Browse Source

提交日报周报页面

message
douzhuo 2 years ago
parent
commit
f11018cf1d
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      pages/mine/messageList.vue
  2. BIN
      static/images/notice.png
  3. +2
    -2
      utils/domain.js

+ 2
- 2
pages/mine/messageList.vue View File

@@ -195,7 +195,7 @@
this.updateAnnList = [...this.updateAnnList, ...res.data.data.list.results];
} else {
this.updateAnnList = res.data.data.list.results || []
this.updateAnnList = res.data.data.list.records || []
}
}
@@ -286,7 +286,7 @@
<style lang="scss">
.message_list {
width: 100vw;
height: calc(100vh - var(--window-top));
min-height: calc(100vh - var(--window-top));
background: #F8F8F8;
display: flex;
flex-direction: column;


BIN
static/images/notice.png View File

Before After
Width: 72  |  Height: 72  |  Size: 1.9 KiB

+ 2
- 2
utils/domain.js View File

@@ -1,10 +1,10 @@
// const base = 'http://81.70.55.170:9999'; // 测试站
// const base = 'http://127.0.0.1:9999'; // 本地
// const base = 'http://192.168.31.148:9999' ;// 泽明
const base = 'http://192.168.31.152:9999' ;// 泽明
// const base = 'http://192.168.31.86:9999' ;// 胜浩
// const base = 'http://192.168.31.161:9999' // 长龙
// const base = 'https://zanyong.hfju.com';// 正式 AI销管// 弃用
const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手
// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手

// http.js使用
const baseUrl = `${base}/autoSR/api`;


Loading…
Cancel
Save