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"
+ /> -->