Explorar el Código

修改筛选全部展示

dmb
douzhuo hace 2 años
padre
commit
929bdcfadf
Se han modificado 2 ficheros con 7 adiciones y 3 borrados
  1. +5
    -1
      pages/center/prohibited/index.vue
  2. +2
    -2
      utils/domain.js

+ 5
- 1
pages/center/prohibited/index.vue Ver fichero

@@ -256,7 +256,11 @@
// 选择违禁标识
selectIdent(e) {
this.violatedStatus = e[0].value
this.weijinTag = e[0].label
if (e[0].value == null) {
this.weijinTag = '违禁标识'
} else {
this.weijinTag = e[0].label
}
this.nextPage = 1;
this.recordList = [];
this.isRefresh = false;


+ 2
- 2
utils/domain.js Ver fichero

@@ -1,9 +1,9 @@
// const base = 'http://81.70.55.170:9999'; // 测试站
const base = 'http://81.70.55.170:9999'; // 测试站
// const base = 'http://127.0.0.1:9999'; // 本地
// const base = 'http://192.168.31.94: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`;


Cargando…
Cancelar
Guardar