From 74a1f342bd1c069d9b5160424607f2b5e60b7f8b Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 25 Nov 2024 17:22:23 +0800 Subject: [PATCH] 1 --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 60d0099..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 = true; + this.show = process.env.VUE_APP_OSS_PATH === "/hir_test/dist"; + // this.show = false; }, methods: { changeValue(target, attr, e) {