From b5b4db84fc6cb936ec0f8c91462c8b8bbc3be3e4 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 25 Nov 2024 16:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9D=83=E4=BF=A1=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 8 ++ src/App.vue | 4 +- src/views/login/index.vue | 166 +++++++++++++++++++++----------------- 3 files changed, 102 insertions(+), 76 deletions(-) create mode 100644 public/config.js diff --git a/public/config.js b/public/config.js new file mode 100644 index 0000000..20a9fc6 --- /dev/null +++ b/public/config.js @@ -0,0 +1,8 @@ +const config = { + hospital: '复旦大学附属肿瘤医院', + hospitalEN: '', + company: '上海展影医疗科技有限公司', + companyEN: '' +} + +export default config \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index b4c0e72..60d0099 100644 --- a/src/App.vue +++ b/src/App.vue @@ -103,8 +103,8 @@ export default { }; }, mounted() { - this.show = process.env.VUE_APP_OSS_PATH === "/hir_test/dist"; - // this.show = false; + // this.show = process.env.VUE_APP_OSS_PATH === "/hir_test/dist"; + this.show = true; }, methods: { changeValue(target, attr, e) { diff --git a/src/views/login/index.vue b/src/views/login/index.vue index bde17a3..7f269aa 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -25,7 +25,7 @@