Commit 3db24fce by liangjianmin

css

parent 6d0d05be
Showing with 0 additions and 1 deletions
......@@ -74,7 +74,6 @@ router.beforeEach((to, from, next) => {
if (to.path == "/login") {
next()
} else {
next();
let token = Util.getCookie('token') || '';
if (!token) {
window.location.href = '/#/login?referer=' + encodeURI(to.path);
......
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 sign in to comment