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({
el: "#app",
router,
store,
i18n,
components: { App },
template: "<App/>"
});
}); });
} }
// getCurrent() getCurrent()
new Vue({
el: "#app",
router,
store,
i18n,
components: { App },
template: "<App/>"
});
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