diff --git a/public/img/logoIcon.jpg b/public/img/logoIcon.jpg new file mode 100644 index 0000000..40fd6dd Binary files /dev/null and b/public/img/logoIcon.jpg differ diff --git a/public/img/logoText.jpg b/public/img/logoText.jpg new file mode 100644 index 0000000..f07abd1 Binary files /dev/null and b/public/img/logoText.jpg differ diff --git a/public/index.html b/public/index.html index 1ba3c23..ac4e335 100644 --- a/public/index.html +++ b/public/index.html @@ -70,8 +70,10 @@ s.parentNode.insertBefore(hm, s) console.log('我进来执行了~~~~~~~~~~~~~~~~~~~~') let url = document.domain - if (url == 'focus.hfju.com' || url == 'focus.aihxz.com'|| url == 'localhost') { + 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 == 'localhost') { + document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>img/logoIcon.jpg') } else { document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>icon1.png') } diff --git a/src/main.js b/src/main.js index f1ad59a..f1b1736 100644 --- a/src/main.js +++ b/src/main.js @@ -38,7 +38,7 @@ Vue.component('v-chart', ECharts) import AudioPlayer from '@liripeng/vue-audio-player' // import '@liripeng/vue-audio-player/lib/vue-audio-player.css' - +Vue.prototype.$domain = document.domain // 插件 json 展示 Vue.use(router) diff --git a/src/mixins/color.js b/src/mixins/color.js index 57cf52f..dd58013 100644 --- a/src/mixins/color.js +++ b/src/mixins/color.js @@ -8,13 +8,6 @@ export default function() { themeVal: ORIGINAL_THEME } }, - // created() { - // if (document.domain == 'focus.hfju.com' || document.domain == 'focus.aihxz.com' || document.domain == 'localhost') { - // this.themeVal = '#ff4500' - // } else { - // this.themeVal = this.theme - // } - // }, watch: { themeVal(val, oldVal) { console.log(val, oldVal) diff --git a/src/page/bi/bi.vue b/src/page/bi/bi.vue index 096c95b..24b93d5 100644 --- a/src/page/bi/bi.vue +++ b/src/page/bi/bi.vue @@ -843,8 +843,8 @@ item.showStatus == 0 ? 'line-through' : 'none', color: item.showStatus == 0 ? '#c2c2c2' : '#fff', }" + v-html="item.message" > - {{ item.message }}

{{ item.createTime }} @@ -1139,6 +1140,7 @@ 项目总 系统运营 售后运营 + 公司管理员
diff --git a/src/page/bi/index.js b/src/page/bi/index.js index 299fbcb..0484056 100644 --- a/src/page/bi/index.js +++ b/src/page/bi/index.js @@ -727,7 +727,7 @@ const headOffline = [ const stayHandleLists = [ { title: "录音未开启", - params: "notOpenRecor", // 对应后端字段名 + params: "notOpenRecord", // 对应后端字段名 img: "/img/bidata/ic_bg1@2x.png", // 图片路径 data: "", // 对应值 fontColor: "#F74E52", // 字体颜色 @@ -736,7 +736,7 @@ const stayHandleLists = [ }, { title: "录音未合并", - params: "notMergeRecor", // 对应后端字段名 + params: "notMergeRecord", // 对应后端字段名 img: "/img/bidata/ic_bg5@2x.png", // 图片路径 data: "", // 对应值 fontColor: "#34DBFC", // 字体颜色 diff --git a/src/page/check/index.vue b/src/page/check/index.vue index 6eb3bfd..859aee2 100644 --- a/src/page/check/index.vue +++ b/src/page/check/index.vue @@ -11,7 +11,8 @@
- + +
AI销讲助手后台
diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue index db379d7..09eb9de 100644 --- a/src/page/index/logo.vue +++ b/src/page/index/logo.vue @@ -12,7 +12,8 @@ @@ -76,6 +77,13 @@ export default { background: url('/img/sohu.png') no-repeat; background-size: 100%; } +.logoIconss { + display: block; + width: 40px; + height: 40px; + background: url('/img/logoIcon.jpg') no-repeat; + background-size: 100%; +} } .fade-leave-active { diff --git a/src/page/login/index.vue b/src/page/login/index.vue index 3eb4744..403e283 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -4,10 +4,16 @@