diff --git a/public/index.html b/public/index.html index 64df15d..404eb94 100644 --- a/public/index.html +++ b/public/index.html @@ -72,7 +72,7 @@ let url = document.domain if (url == 'focus.hfju.com' || url == 'focus.aihxz.com') { document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>sh.png') - } else if (url == 'zh.aihxz.com' || url == '127.0.0.1') { + } else if (url == 'zh.aihxz.com' || url == '39.97.244.65') { document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>img/logoIcon.jpg') document.title = '云筑在线' } else { diff --git a/src/mixins/color.js b/src/mixins/color.js index 886cba1..a5a2082 100644 --- a/src/mixins/color.js +++ b/src/mixins/color.js @@ -22,7 +22,7 @@ export default function() { created() { // 修改主题色 - if (this.$domain == '127.0.0.1' || this.$domain == 'zh.aihxz.com') { + if (this.$domain == '39.97.244.65' || this.$domain == 'zh.aihxz.com') { this.themeVal = '#3E50E8' } }, diff --git a/src/page/check/chose.vue b/src/page/check/chose.vue index 6fce6e9..7891bb5 100644 --- a/src/page/check/chose.vue +++ b/src/page/check/chose.vue @@ -1,7 +1,7 @@ - 云筑在线后台管理系统 + 云筑在线后台管理系统 AI销讲助手管理系统 返回 diff --git a/src/page/check/index.vue b/src/page/check/index.vue index e212ec5..ea16490 100644 --- a/src/page/check/index.vue +++ b/src/page/check/index.vue @@ -1,7 +1,7 @@ - 云筑在线后台管理系统 + 云筑在线后台管理系统 AI销讲助手管理系统 {{ backFlag ? "返回" : "退出" }} @@ -13,10 +13,10 @@ - + - 云筑在线后台 + 云筑在线后台 AI销讲助手后台 diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue index 51402a8..eceb566 100644 --- a/src/page/index/logo.vue +++ b/src/page/index/logo.vue @@ -14,7 +14,7 @@ style="width: 44px" > @@ -30,18 +30,18 @@ > - {{ + {{ website.title }} diff --git a/src/page/index/sidebar/index.vue b/src/page/index/sidebar/index.vue index db87566..ba5ab51 100644 --- a/src/page/index/sidebar/index.vue +++ b/src/page/index/sidebar/index.vue @@ -43,7 +43,7 @@ export default { }; }, created() { - if (this.$domain == 'zh.aihxz.com' || this.$domain == '127.0.0.1') { + if (this.$domain == 'zh.aihxz.com' || this.$domain == '39.97.244.65') { this.bgColor = '#FFFFFF' this.textColor = '#333' document.documentElement.style.setProperty(`--leftBgColor`, '#FFFFFF'); diff --git a/src/page/login/index.vue b/src/page/login/index.vue index e0a8670..0735c66 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -10,7 +10,7 @@ /> @@ -21,7 +21,7 @@ style="margin: 10px auto" /> - 云筑在线 + 云筑在线 {{ website.title }} diff --git a/src/page/wel.vue b/src/page/wel.vue index a8a322d..280d804 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -119,7 +119,7 @@ @@ -151,7 +151,7 @@ @@ -218,7 +218,7 @@ @@ -283,7 +283,7 @@ @@ -345,7 +345,7 @@ @@ -413,7 +413,7 @@ @@ -476,7 +476,7 @@ @@ -543,7 +543,7 @@ @@ -605,7 +605,7 @@ @@ -672,7 +672,7 @@ @@ -1077,7 +1077,7 @@ @@ -1125,7 +1125,7 @@ @@ -1183,7 +1183,7 @@ @@ -1237,7 +1237,7 @@ @@ -1295,7 +1295,7 @@ @@ -1354,7 +1354,7 @@ @@ -1417,7 +1417,7 @@ @@ -1478,7 +1478,7 @@ diff --git a/src/router/avue-router.js b/src/router/avue-router.js index e1a4df8..1ca5edf 100644 --- a/src/router/avue-router.js +++ b/src/router/avue-router.js @@ -23,7 +23,7 @@ RouterPlugin.install = function (router, store) { safe: this, // 设置标题 setTitle: function (title) { - if (document.domain == '127.0.0.1' || document.domain == 'zh.aihxz.com') { + if (document.domain == '39.97.244.65' || document.domain == 'zh.aihxz.com') { title = title ? `${title}——云筑在线` : '云筑在线' } else { title = title ? `${title}——${this.$website.title}` : this.$website.title
云筑在线
{{ website.title }}