国际化按钮
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f68c4eca6b
commit
db1f93e3ef
|
@ -103,8 +103,8 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
// this.show = process.env.VUE_APP_OSS_PATH === "/hir_test/dist";
|
this.show = process.env.VUE_APP_OSS_PATH === "/hir_test/dist";
|
||||||
this.show = false;
|
// this.show = false;
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
changeValue(target, attr, e) {
|
changeValue(target, attr, e) {
|
||||||
|
|
Loading…
Reference in New Issue