Commit 47e6eb1a authored by levante's avatar levante

123

parent c16b48eb
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
this.$cookie.set('token', 'bearer ' + res.token.access_token) this.$cookie.set('token', 'bearer ' + res.token.access_token)
this.$cookie.set('userName', res.name) // 存储当前账号的用户名 this.$cookie.set('userName', res.name) // 存储当前账号的用户名
this.$router.push({ this.$router.push({
path: '/portal-home' path: '/receipt/receiptList'
}) })
} else { } else {
// this.$message.error(res.msg) // this.$message.error(res.msg)
......
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