|
@@ -1,5 +1,5 @@
|
|
|
const Cookies = require("js-cookie");
|
|
const Cookies = require("js-cookie");
|
|
|
-let title = ''
|
|
|
|
|
|
|
+let title = window.location.origin==='https://21st.helxsoft.cn'?'开发':'二十一世纪英语智慧阅读平台'
|
|
|
let config = Cookies.get('TO_century')
|
|
let config = Cookies.get('TO_century')
|
|
|
if (config) {
|
|
if (config) {
|
|
|
let configObj = JSON.parse(config);
|
|
let configObj = JSON.parse(config);
|