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) {