Commit 3def4a14 by wangyalan-git

tiket登录统一处理

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