add prettierrc & 一些全局替换

This commit is contained in:
lb
2022-08-04 15:42:36 +08:00
parent d4e7bda03b
commit 8b060b8bf1
18 changed files with 1274 additions and 1483 deletions

View File

@@ -94,7 +94,7 @@ export default {
return this.$message.error(res.msg)
}
clearLoginInfo()
this.$router.push({ name: 'login' })
this.$router.push({ name: "Login" })
}).catch(() => {})
}).catch(() => {})
}