From 4232b01209bc9b479f3302226497296b6ff8e789 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 9 May 2021 21:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B9=E7=9B=AE=E5=8A=A9?= =?UTF-8?q?=E7=90=86=E5=8F=8A=E9=A1=B9=E7=9B=AE=E6=80=BB=E5=8A=A9=E7=90=86?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=EF=BC=8C=E5=8F=8A=E7=97=85=E4=BE=8B=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=95=8C=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- rest/http-client.env.json | 4 +- src/App.vue | 4 +- src/common/portrait.styl | 2 +- .../BiologicalSampleSearch/SampleTable.vue | 19 +- .../BiologicalSampleSearch/Search.vue | 36 +- src/components/BtnCom/BtnCon.vue | 3 + src/components/CaseTable/CaseTable.vue | 2 +- src/components/Echarts/Analysis.vue | 10 +- src/components/Echarts/PatientProgress.vue | 25 +- src/components/PatientInfo/PatientAdd.vue | 34 +- src/components/PatientInfo/PatientTable.vue | 84 +++- src/components/PatientInfo/SampleTable.vue | 104 +++++ src/components/PatientInfo/Search.vue | 9 +- src/config/api.js | 13 +- src/plugins/axios.js | 7 + src/router/index.js | 18 + src/store/modules/home/actions.js | 33 +- src/store/modules/home/mutations.js | 27 ++ src/store/modules/home/state.js | 9 +- .../BiologicalSampleSearch.vue | 21 +- .../BiologicalSamples/BiologicalSamples.vue | 62 ++- src/views/CaseAnalysis/CaseAnalysis.vue | 10 +- src/views/CaseSearch/CaseSearch.vue | 16 +- src/views/PatientInfo/PatientInfo.vue | 393 ++++++++++++------ src/views/PersonalStats/PersonalStats.vue | 37 +- .../components/AdjacentTasks.vue | 10 +- src/views/ProjectAssistant/Examine.vue | 285 +++++++++++++ src/views/ProjectAssistant/General.vue | 318 ++++++++++++++ src/views/ProjectAssistant/Statistics.vue | 106 +++++ src/views/SelectPatient/SelectPatient.vue | 74 ++-- 31 files changed, 1463 insertions(+), 316 deletions(-) create mode 100644 src/components/PatientInfo/SampleTable.vue create mode 100644 src/views/ProjectAssistant/Examine.vue create mode 100644 src/views/ProjectAssistant/General.vue create mode 100644 src/views/ProjectAssistant/Statistics.vue diff --git a/.env.development b/.env.development index 69c82f7..52c4fda 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,8 @@ VUE_APP_MODE=development VUE_APP_NODE_ENV=development VUE_APP_SCENE=tcm -VUE_APP_BASE_URL=http://sxzxyzzlm.tall.wiki/ -VUE_APP_API_URL=http://sxzxyzzlm.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://sxzxyzzlm.tall.wiki/websocket/message/v4.0/ws diff --git a/rest/http-client.env.json b/rest/http-client.env.json index 34ce0f9..200c56a 100644 --- a/rest/http-client.env.json +++ b/rest/http-client.env.json @@ -6,10 +6,10 @@ }, "dev": { "name": "dev", - "url": "http://192.168.0.99/gateway" + "url": "http://192.168.31.13/gateway" }, "local": { "version": "v2", - "url": "http://192.168.0.99/gateway" + "url": "http://192.168.31.13/gateway" } } diff --git a/src/App.vue b/src/App.vue index 905cb03..8f5c01e 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-28 09:57:13 + * @LastEditTime: 2021-05-09 21:17:03 -->