更新增加部分api请求

This commit is contained in:
2024-09-28 15:06:25 +08:00
parent 1aa502103b
commit 106de94d2a
4 changed files with 69 additions and 45 deletions

View File

@@ -15,7 +15,12 @@ import {
} from '@/commons/utils/encryptUtil.js'
import infoBox from "@/commons/utils/infoBox.js"
import go from '@/commons/utils/go.js';
// 测试服
let baseUrl = 'https://admintestpapi.sxczgkj.cn'
// 王伟本地测
// let baseUrl = '/ww'
// let baseUrl = 'http://192.168.1.15:8000'
// 多少 ms 以内, 不提示loading
const loadingShowTime = 200