修改全局变量

This commit is contained in:
fofolee
2022-04-03 20:48:48 +08:00
parent 0fc83c31de
commit ec82130469
7 changed files with 50 additions and 31 deletions

View File

@@ -12,10 +12,10 @@ export default defineComponent({
},
computed: {},
created: function () {
this.pluginEnterEvent();
this.init();
},
methods: {
pluginEnterEvent() {
init() {
// 版本检测
const requiredVersion = "2.6.1";
let version = utools.getAppVersion();