紧急修复

Merge pull request  from 德仔/develop
This commit is contained in:
德仔 2021-02-23 13:39:12 +08:00 committed by Gitee
commit 66f3dea2b4

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