ソースを参照

提交日报周报页面

message
douzhuo 2年前
コミット
f11018cf1d
3個のファイルの変更4行の追加4行の削除
  1. +2
    -2
      pages/mine/messageList.vue
  2. バイナリ
      static/images/notice.png
  3. +2
    -2
      utils/domain.js

+ 2
- 2
pages/mine/messageList.vue ファイルの表示

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


バイナリ
static/images/notice.png ファイルの表示

変更前 変更後
幅: 72  |  高さ: 72  |  サイズ: 1.9 KiB

+ 2
- 2
utils/domain.js ファイルの表示

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


読み込み中…
キャンセル
保存