This commit is contained in:
THK3121 2023-09-28 15:41:02 +08:00
parent 2427899247
commit 9ee9d2af52
2 changed files with 80 additions and 75 deletions

View File

@ -8,7 +8,9 @@ import {
import { import {
checkLogin checkLogin
} from '../libs/login'; } from '../libs/login';
import { Toast } from '../libs/uniApi'; import {
Toast
} from '../libs/uniApi';
import store from '../store'; import store from '../store';
function toLogin() { function toLogin() {
@ -77,6 +79,9 @@ function baseRequestTwo(url, method, data, {
reject('请求失败'); reject('请求失败');
} }
}) })
}); });
} }