mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
feat: 增加超时时间配置
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user