Commit 3c863170 authored by 张俊's avatar 张俊

免登录

parent 58f545ae
Pipeline #75498 passed with stage
...@@ -83,19 +83,19 @@ function getCurrent(){ ...@@ -83,19 +83,19 @@ function getCurrent(){
console.log(data.errMsg); console.log(data.errMsg);
} }
new Vue({
});
}
// getCurrent()
new Vue({
el: "#app", el: "#app",
router, router,
store, store,
i18n, i18n,
components: { App }, components: { App },
template: "<App/>" template: "<App/>"
}); });
});
}
getCurrent()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment