From dc403a68063b83a8e9e7cca3159dd47232579483 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 9 Aug 2022 16:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/building/index.vue | 4 ++++ vue.config.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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' // 新测试