feat: 增加超时时间配置

This commit is contained in:
fit2cloud-chenyw
2021-10-22 15:06:50 +08:00
parent 4928831805
commit b609955a44
16 changed files with 356 additions and 43 deletions

View File

@@ -48,3 +48,8 @@ export function getSysUI() {
return json ? JSON.parse(json) : null
}
export function getTimeOut() {
const val = Cookies.get('request-time-out')
return val
}