From c84bb57f694564e52e51ddd591dc773491ef3725 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Thu, 1 Aug 2024 15:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8C=E6=AD=A5=E6=96=B9?= =?UTF-8?q?=E6=B3=95=20=E4=BF=AE=E6=94=B9=E7=99=BB=E9=99=86=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- src/api/applyregistration/applyform/index.ts | 5 + src/layout/components/Logo/src/Logo.vue | 6 +- src/store/modules/app.ts | 2 +- src/views/Home/Index.vue | 144 ++++-------------- src/views/Login/Login.vue | 3 +- src/views/Login/components/LoginForm.vue | 19 ++- .../applyform/ApplyformForm.vue | 2 +- .../applyregistration/applyform/index.vue | 19 ++- .../system/examitems/examitemscompareForm.vue | 49 +++--- 10 files changed, 97 insertions(+), 154 deletions(-) diff --git a/.env b/.env index 4b0f5bf6..c052e4c7 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # 标题 -VITE_APP_TITLE=芋道管理系统 +VITE_APP_TITLE=医学影像系统 # 项目本地运行端口号 VITE_PORT=80 diff --git a/src/api/applyregistration/applyform/index.ts b/src/api/applyregistration/applyform/index.ts index 1bae1095..792dcca0 100644 --- a/src/api/applyregistration/applyform/index.ts +++ b/src/api/applyregistration/applyform/index.ts @@ -91,4 +91,9 @@ export const ApplyformApi = { batchupdateFJApplyform: async (data:UPFJApplyformVO[]) => { return await request.post({ url: `/applyregistration/applyform/batchupdateFJ`, data}) }, + // 同步 + SyncDb: async (AppCode: string) => { + return await request.get({ url: `/applyregistration/applyform/SyncDb?AppCode=` + AppCode }) + }, + } diff --git a/src/layout/components/Logo/src/Logo.vue b/src/layout/components/Logo/src/Logo.vue index d241130d..4bdcfd82 100644 --- a/src/layout/components/Logo/src/Logo.vue +++ b/src/layout/components/Logo/src/Logo.vue @@ -66,10 +66,10 @@ watch( ]" to="/" > - + src="@/assets/svgs/login-fly.svg" + /> -->