From 59bd0a64602ae2670d715a73b577e6f23e67a2e3 Mon Sep 17 00:00:00 2001 From: xvv Date: Sat, 27 Jul 2024 16:46:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin_zt/.env.development | 2 +- fuintAdmin_zt/src/layout/components/Navbar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fuintAdmin_zt/.env.development b/fuintAdmin_zt/.env.development index 9940336b0..76e606805 100644 --- a/fuintAdmin_zt/.env.development +++ b/fuintAdmin_zt/.env.development @@ -13,7 +13,7 @@ VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -#VUE_APP_SERVER_URL = 'http://192.168.31.72:8081/' + VUE_APP_SERVER_URL = 'http://192.168.31.178:8081/' diff --git a/fuintAdmin_zt/src/layout/components/Navbar.vue b/fuintAdmin_zt/src/layout/components/Navbar.vue index 7a46f7486..2b63ab62e 100644 --- a/fuintAdmin_zt/src/layout/components/Navbar.vue +++ b/fuintAdmin_zt/src/layout/components/Navbar.vue @@ -157,7 +157,7 @@ export default { }, postparssword(){ let data = { - accountId : this.accountId, + acctId : this.accountId, password: this.ruleForm.password, } resetPwd(data).then(res=>{