From ed7ea924b7b3a668c7dcdaa0b1626ba9c137ac56 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 2 Apr 2021 09:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=AF=86=E5=88=AB=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +- .env.production | 6 +- src/App.vue | 2 +- src/store/modules/home/state.js | 6 +- src/views/Index/Index.vue | 7 +++ src/views/PatientInfo/PatientInfo.vue | 84 ++++++++++++--------------- 6 files changed, 55 insertions(+), 56 deletions(-) diff --git a/.env.development b/.env.development index 8230c20..69c82f7 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ VUE_APP_MODE=development VUE_APP_NODE_ENV=development VUE_APP_SCENE=tcm -VUE_APP_BASE_URL=http://www.sxwikionline.com/ -VUE_APP_API_URL=http://www.sxwikionline.com/gateway +VUE_APP_BASE_URL=http://sxzxyzzlm.tall.wiki/ +VUE_APP_API_URL=http://sxzxyzzlm.tall.wiki/gateway VUE_APP_PROXY_URL=/gateway VUE_APP_PUBLIC_PATH=/tcm -VUE_APP_MSG_URL=wss://www.sxwikionline.com/websocket/message/v4.0/ws +VUE_APP_MSG_URL=wss://sxzxyzzlm.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=中医药大学课题数据库 VUE_APP_DESCRIPTION=中医药大学课题数据库 diff --git a/.env.production b/.env.production index 9c54f8c..78bed47 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ VUE_APP_MODE=production VUE_APP_NODE_ENV=production VUE_APP_SCENE=tcm -VUE_APP_BASE_URL=https://www.tall.wiki/ -VUE_APP_API_URL=https://www.tall.wiki/gateway +VUE_APP_BASE_URL=https://sxzxyzzlm.tall.wiki/ +VUE_APP_API_URL=https://sxzxyzzlm.tall.wiki/gateway VUE_APP_PROXY_URL=/gateway VUE_APP_PUBLIC_PATH=/tcm -VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws +VUE_APP_MSG_URL=wss://sxzxyzzlm.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=中医药大学课题数据库 VUE_APP_DESCRIPTION=中医药大学课题数据库 diff --git a/src/App.vue b/src/App.vue index 848ec6e..6e7f309 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,7 +3,7 @@ * @email: 18603454788@163.com * @Date: 2021-02-22 09:20:03 * @LastEditors: wally - * @LastEditTime: 2021-04-01 22:02:43 + * @LastEditTime: 2021-04-02 08:31:28 -->