diff --git a/src/views/building/index.vue b/src/views/building/index.vue index 46d8c1e..e8545b3 100644 --- a/src/views/building/index.vue +++ b/src/views/building/index.vue @@ -308,6 +308,9 @@ + + + @@ -653,6 +656,7 @@ export default { provinceId: "", //省id cityId: "", //市id agentId: localStorage.getItem("agentId"), + closeTime: '', // 接待时长(自动结束) }, ruleForm1: {}, optionsagentId: [], diff --git a/vue.config.js b/vue.config.js index fe9317d..9df20e2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ // const url = 'http://192.168.31.100:9999' //王笑 // const url = 'http://62.234.122.43:9999' //正式 // const url = 'http://81.70.55.170:9999' // 新测试服务器IP -// const url = 'http://192.168.31.86:9999' // 胜浩 +// const url = 'http://192.168.31.149:9999' // 胜浩 // const url = 'https://zanyong.hfju.com' // 正式域名 // const url = 'http://127.0.0.1:9999' // 本地 const url = 'http://81.70.55.170:9999' // 新测试