紧急修复

This commit is contained in:
huangdeliang
2021-02-23 13:38:07 +08:00
parent 666cb34d2a
commit 6b50ddcfdd

View File

@ -10,7 +10,7 @@ const { mapActions } = createNamespacedHelpers("global");
export default { export default {
name: "App", name: "App",
created() { created() {
this.init(); // this.init();
}, },
methods: { methods: {
...mapActions(["init"]), ...mapActions(["init"]),