diff --git a/src/main.js b/src/main.js
index 30b257f0bd75315dd100c91d581a113248e5489b..e53ae3e5879398eab4331525d2b17afde7798b6f 100644
--- a/src/main.js
+++ b/src/main.js
@@ -83,19 +83,19 @@ function getCurrent(){
console.log(data.errMsg);
}
-
+ new Vue({
+ el: "#app",
+ router,
+ store,
+ i18n,
+ components: { App },
+ template: ""
+ });
});
}
-// getCurrent()
+getCurrent()
+
-new Vue({
- el: "#app",
- router,
- store,
- i18n,
- components: { App },
- template: ""
-});