1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-11-25 17:22:23 +08:00
parent a3818c696f
commit 74a1f342bd
1 changed files with 2 additions and 2 deletions

View File

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