0a8047f0 by lihua

fix

1 parent 69c7f04d
...@@ -157,7 +157,7 @@ service.interceptors.response.use( ...@@ -157,7 +157,7 @@ service.interceptors.response.use(
157 type: "error", 157 type: "error",
158 duration: 3000 158 duration: 3000
159 }) 159 })
160 useUserStore().logout(true) 160 // useUserStore().logout(true)
161 return; 161 return;
162 } 162 }
163 if (error.response.data.msg.indexOf('token无效') > -1) { 163 if (error.response.data.msg.indexOf('token无效') > -1) {
...@@ -189,7 +189,7 @@ service.interceptors.response.use( ...@@ -189,7 +189,7 @@ service.interceptors.response.use(
189 type: "error", 189 type: "error",
190 duration: 3000 190 duration: 3000
191 }) 191 })
192 useUserStore().logout(true) 192 // useUserStore().logout(true)
193 break 193 break
194 case 500: 194 case 500:
195 if (error.response.data?.msg) { 195 if (error.response.data?.msg) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!