This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
过期提示
wulanhaote
张泽亮
2 years ago
parent
b1db7e6e7f
commit
d118988398
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/utils/request.js
+ 1
- 1
src/utils/request.js
View File
@@ -64,7 +64,7 @@ service.interceptors.response.use(res => {
if (code === 401) {
Dialog.confirm({
title: '系统提示',
message: '登录状态已过期,
您可以继续留在该页面,或者
重新登录',
message: '登录状态已过期,
请
重新登录',
confirmButtonText: '重新登录',
cancelButtonText: '取消'
})
Write
Preview
Loading…
Cancel
Save