国际化按钮
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-06-17 13:47:52 +08:00
parent f68c4eca6b
commit db1f93e3ef
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 = false;
this.show = process.env.VUE_APP_OSS_PATH === "/hir_test/dist";
// this.show = false;
},
methods: {
changeValue(target, attr, e) {