diff --git a/acupuncture-前台/.env.development b/acupuncture-前台/.env.development index 8ea4e387..9ef12bce 100644 --- a/acupuncture-前台/.env.development +++ b/acupuncture-前台/.env.development @@ -9,7 +9,7 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_IMG_URL = 'https://test.tall.wiki/acupuncture' VUE_APP_API_QZURL = 'https://test.tall.wiki/' # 筛查访问地址 -VUE_APP_SCREEN_URL = 'https://test.tall.wiki/acupunctureClient/screening/index' +VUE_APP_SCREEN_URL = 'https://test.tall.wiki/acupunctureClient/screening/h5/' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true # 访问路径 diff --git a/acupuncture-前台/.env.production b/acupuncture-前台/.env.production index 7e6457d5..60217ed8 100644 --- a/acupuncture-前台/.env.production +++ b/acupuncture-前台/.env.production @@ -7,6 +7,6 @@ NODE_ENV = 'production' VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture' VUE_APP_API_QZURL = 'https://test.tall.wiki/' # 筛查访问地址 -VUE_APP_SCREEN_URL = 'https://test.tall.wiki/acupunctureClient/screening/index' +VUE_APP_SCREEN_URL = 'https://test.tall.wiki/acupunctureClient/screening/h5/' # 访问路径 VUE_APP_PUBLIC_PATH = '/acupunctureClient/' diff --git a/acupuncture-前台/src/assets/images/screen.png b/acupuncture-前台/src/assets/images/screen.png new file mode 100644 index 00000000..7cb3ca33 Binary files /dev/null and b/acupuncture-前台/src/assets/images/screen.png differ diff --git a/acupuncture-前台/src/layout/components/Sidebar/SidebarItem.vue b/acupuncture-前台/src/layout/components/Sidebar/SidebarItem.vue index f92db6a2..0eba0e98 100644 --- a/acupuncture-前台/src/layout/components/Sidebar/SidebarItem.vue +++ b/acupuncture-前台/src/layout/components/Sidebar/SidebarItem.vue @@ -96,6 +96,7 @@ export default { 患者档案: require("@/assets/images/dangan_n@1x.png"), 诊疗档案: require("@/assets/images/zhenliao_n@1x.png"), 随访档案: require("@/assets/images/suifang_n@1x.png"), + 社区筛查: require("@/assets/images/screen.png"), 我的: require("@/assets/images/me_n@1x.png"), }, itmeIcon1: { @@ -103,6 +104,7 @@ export default { 患者档案: require("@/assets/images/dangan_s@1x.png"), 诊疗档案: require("@/assets/images/zhenliao_s@1x.png"), 随访档案: require("@/assets/images/suifang_s@1x.png"), + 社区筛查: require("@/assets/images/screen.png"), 我的: require("@/assets/images/me_s@1x.png"), }, }; @@ -151,6 +153,11 @@ export default { }; + + diff --git a/acupuncture-前台/src/views/screening/qrCode.vue b/acupuncture-前台/src/views/screening/qrCode.vue new file mode 100644 index 00000000..79b852a3 --- /dev/null +++ b/acupuncture-前台/src/views/screening/qrCode.vue @@ -0,0 +1,790 @@ + + + + + +