From 7cff9c7ea9348aae52094071632af4992d030ba5 Mon Sep 17 00:00:00 2001 From: liuzhipeng <1747191978@qq.com> Date: Sun, 6 Apr 2025 08:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=85=8D=E7=BD=AE-=E5=9F=9F?= =?UTF-8?q?=E5=90=8D=E8=AE=BF=E9=97=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/.env.development | 6 +- acupuncture-前台/.env.production | 3 + acupuncture-前台/.env.productions | 3 + acupuncture-前台/src/permission.js | 1 + acupuncture-前台/src/router/index.js | 7 + .../src/views/medicalFile/details.vue | 14 +- .../src/views/medicalFile/h5eva.vue | 1102 +++++++++++++++++ 7 files changed, 1134 insertions(+), 2 deletions(-) create mode 100644 acupuncture-前台/src/views/medicalFile/h5eva.vue diff --git a/acupuncture-前台/.env.development b/acupuncture-前台/.env.development index 14589f3a..7474bc60 100644 --- a/acupuncture-前台/.env.development +++ b/acupuncture-前台/.env.development @@ -8,8 +8,12 @@ ENV = 'development' VUE_APP_BASE_API = '/dev-api' VUE_APP_IMG_URL = 'https://test.tall.wiki/acupuncture/api/' VUE_APP_API_QZURL = 'https://test.tall.wiki/acupuncture/api/' + +# 访问地址 +VUE_APP_VISIT_URL = 'https://test.tall.wiki/acupuncture/client/' # 筛查访问地址 -VUE_APP_H5_URL = 'https://test.tall.wiki//acupuncture/client/screening/h5' +VUE_APP_H5_URL = 'https://test.tall.wiki/acupuncture/client/screening/h5' + # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true # 访问路径 diff --git a/acupuncture-前台/.env.production b/acupuncture-前台/.env.production index 92804d37..5b2869b3 100644 --- a/acupuncture-前台/.env.production +++ b/acupuncture-前台/.env.production @@ -6,6 +6,9 @@ NODE_ENV = 'production' # 因孚生产 VUE_APP_BASE_API = 'http://113.45.159.249:40010/acupuncture/api/' VUE_APP_API_QZURL = 'http://113.45.159.249:40010/acupuncture/api/' + +# 访问地址 +VUE_APP_VISIT_URL = 'http://113.45.159.249:40010/acupuncture/client/' # 筛查访问地址 VUE_APP_H5_URL = 'http://113.45.159.249:40010/acupuncture/client/screening/h5' # 访问路径 diff --git a/acupuncture-前台/.env.productions b/acupuncture-前台/.env.productions index 2303e6b7..756b3f5c 100644 --- a/acupuncture-前台/.env.productions +++ b/acupuncture-前台/.env.productions @@ -6,6 +6,9 @@ NODE_ENV = 'production' # 因孚生产 VUE_APP_BASE_API = 'https://nnzjpt.ylinno.com/acupuncture/api/' VUE_APP_API_QZURL = 'https://nnzjpt.ylinno.com/acupuncture/api/' + +# 访问地址 +VUE_APP_VISIT_URL = 'https://nnzjpt.ylinno.com/acupuncture/clientssl/' # 筛查访问地址 VUE_APP_H5_URL = 'https://nnzjpt.ylinno.com/acupuncture/clientssl/screening/h5' # 访问路径 diff --git a/acupuncture-前台/src/permission.js b/acupuncture-前台/src/permission.js index b6838e3d..566be800 100644 --- a/acupuncture-前台/src/permission.js +++ b/acupuncture-前台/src/permission.js @@ -15,6 +15,7 @@ const whiteList = [ "/screening/h5", "/screening/h5eva", "/screening/h5Result", + "/medicalEva" ]; const isWhiteList = (path) => { diff --git a/acupuncture-前台/src/router/index.js b/acupuncture-前台/src/router/index.js index a15000e2..4c72c023 100644 --- a/acupuncture-前台/src/router/index.js +++ b/acupuncture-前台/src/router/index.js @@ -105,6 +105,7 @@ export const constantRoutes = [ hidden: true, meta: { title: "诊疗信息", icon: "dashboard" }, }, + ], }, { @@ -182,6 +183,12 @@ export const constantRoutes = [ component: () => import("@/views/screening/h5Result.vue"), hidden: true, }, + { + path: "/medicalEva", + component: () => import("@/views/medicalFile/h5eva"), + name: "medicalEva", + hidden: true, + } ]; // 动态路由,基于用户权限动态去加载 diff --git a/acupuncture-前台/src/views/medicalFile/details.vue b/acupuncture-前台/src/views/medicalFile/details.vue index 3d4f4401..d3f8b9c2 100644 --- a/acupuncture-前台/src/views/medicalFile/details.vue +++ b/acupuncture-前台/src/views/medicalFile/details.vue @@ -194,6 +194,7 @@ > @@ -216,7 +217,11 @@
-
中医体质辨识
+
+ 中医体质辨识 + 二维码 + 同步 +
+
+
{{ tenantName || "-" }}
+ + +
+
基本信息
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ form["SCWJ-JL"] || "-" }} + + +
+
+ +
+
睡眠质量评估
+ + + + + + + + + + + + + + + {{ form["SCWJ-SMXL"] || "-" }}% + + +
+ + +
+ + + +
+ + 提交 + +
+
+ + + + + +