Compare commits

...

2 Commits

Author SHA1 Message Date
tangyi 67e6bd9092 Merge branch 'master' of http://git.scdxtc.com/tangyi/rzcs 2022-01-26 09:01:36 +08:00
tangyi 40b5ad3e0e 首次提交 2022-01-26 09:01:19 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export default {
if (response.data.code == 200) {
localStorage.token="bearer "+response.data.data.accessToken
localStorage.userData= JSON.stringify(response.data.data)
that.$router.push("/index");
that.$router.push("/consumer");
}else{
that.$alert(response.data.msg,"登录失败", {
confirmButtonText: "确定",