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 @@