From 484eebfadf5f87ca5085ce40ebfdc6212e2a88ef Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Fri, 9 Dec 2022 19:52:27 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E9=95=BF=E9=BE=99?= =?UTF-8?q?=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 5365952..eb81ead 100644 --- a/vue.config.js +++ b/vue.config.js @@ -2,7 +2,7 @@ * 配置参考: * https://cli.vuejs.org/zh/config/ */ -// const url = 'http://192.168.31.161:9999' //长龙 +// const url = 'http://192.168.31.160:9999' //长龙 // const url = 'http://192.168.31.149:9999' // 胜浩 // const url = 'http://127.0.0.1:9999' // 本地 From a4b3c06cd5225a536ce5d0250a4f1836c4716ea1 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 28 Dec 2022 11:08:43 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index eb81ead..49b7ff2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,7 @@ // const url = 'http://192.168.31.149:9999' // 胜浩 // const url = 'http://127.0.0.1:9999' // 本地 -const url = 'http://81.70.55.170:9999' // 测试服务器 +const url = 'http://39.97.244.65:9999' // 测试服务器 // const url = 'http://62.234.122.43:9999' //正式服务器1 // const url = 'http://82.156.35.22:9999' // 正式服务器2 From bee85f0794ee12ae896773ce185233d4cac39025 Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Thu, 29 Dec 2022 17:47:12 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=B8=B8=E9=94=99=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Template/wrongword.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/Template/wrongword.vue b/src/views/Template/wrongword.vue index 94d25cb..f8cba41 100644 --- a/src/views/Template/wrongword.vue +++ b/src/views/Template/wrongword.vue @@ -297,7 +297,11 @@ export default { this.$message.error("错误词不能与正确词相同"); return; } - this.$api.api.correctUpdate(this.ruleForm).then((res) => { + console.log(this.searchForm.houseId) + this.$api.api.correctUpdate({ + ...this.ruleForm, + houseId: this.searchForm.houseId + }).then((res) => { console.log(res); if (res.code == 0) { setTimeout(() => {