From 8795826d6bc9b9a80b8ce7df061c3239e0f4178a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 6 Jun 2025 11:12:57 +0800 Subject: [PATCH] =?UTF-8?q?logo=E5=AE=BD=E9=AB=98=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 6 +++++- src/views/login/index.vue | 12 ++++++------ .../trials/trials-layout/components/trialsNavbar.vue | 8 +++++--- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/public/config.js b/public/config.js index 9f93353..e18907a 100644 --- a/public/config.js +++ b/public/config.js @@ -2,7 +2,11 @@ const WINDOW_CONFIG = { hospital: '复旦大学附属肿瘤医院', hospitalEN: '', company: '武汉行藏科技有限公司', - companyEN: '' + companyEN: '', + logo: { + login: 4, + page: 3.4 + } } // export default config \ No newline at end of file diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 45036af..d02da95 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -9,9 +9,9 @@