From 0614758623ca272408e86f956367e5d83fe62e6d Mon Sep 17 00:00:00 2001 From: aBin Date: Mon, 7 Mar 2022 00:10:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=85=AC=E5=BC=80=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=A0=8F=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 6 +++--- src/views/OtherPages/Information.vue | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 4efdea3..7f3fb25 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ VUE_APP_MODE=production VUE_APP_NODE_ENV=production VUE_APP_SCENE=/v1.0/datang/ -VUE_APP_BASE_URL=http://10.119.190.12:8000 -VUE_APP_API_URL=http://10.119.190.12:8000/v1.0 +VUE_APP_BASE_URL=http://127.0.0.1:8000 +VUE_APP_API_URL=http://127.0.0.1:8000/v1.0 VUE_APP_PROXY_URL=/v1.0 VUE_APP_PUBLIC_PATH=/v1.0/datang -VUE_APP_MSG_URL=wss://10.119.190.12:8000/websocket/message/v4.0/ws +VUE_APP_MSG_URL=wss://127.0.0.1:8000/websocket/message/v4.0/ws VUE_APP_TITLE=大唐 VUE_APP_DESCRIPTION=大唐 diff --git a/src/views/OtherPages/Information.vue b/src/views/OtherPages/Information.vue index 42fe43e..1a57316 100644 --- a/src/views/OtherPages/Information.vue +++ b/src/views/OtherPages/Information.vue @@ -203,6 +203,7 @@ export default { pageSize: 10, }; const data = await this.getContent(params); + this.introId = ''; this.content = data || {}; } catch (error) {} },