Commit 3def4a14 by wangyalan-git

tiket登录统一处理

parent 45822924
...@@ -47,6 +47,7 @@ const routes = [ ...@@ -47,6 +47,7 @@ const routes = [
] ]
const router = new VueRouter({ const router = new VueRouter({
mode: 'history',
routes routes
}) })
......
...@@ -40,7 +40,7 @@ export default { ...@@ -40,7 +40,7 @@ export default {
this.getToken() this.getToken()
} else { } else {
if (this.jobNo) { if (this.jobNo) {
this.ticket = this.$route.query.jobNo this.ticket = ""
} }
this.getTicketLogin() this.getTicketLogin()
} }
......
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