From db1f93e3ef23a85e78961f2ce8e3a2a58a2ddcdd Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 17 Jun 2024 13:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1932969..b4c0e72 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 = false; }, methods: { changeValue(target, attr, e) {