公寓详情

This commit is contained in:
A1300399510
2023-07-24 19:44:33 +08:00
parent 44406ee209
commit bbd1bfe6b2
14 changed files with 938 additions and 65 deletions

View File

@@ -29,9 +29,10 @@ axios.interceptors.response.use(
},
// 服务器状态码不是200的情况
error => {
tryHideFullScreenLoading()
if (error.response.status) {
switch (error.response.status) {
// 401: 未登录
// 401: 未登录
case 401:
// goTologin() // 跳转登录页面
store.state.showloginmodal = true