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 @@