src/assets/js/config.ts
@@ -1,4 +1,5 @@ export const requestCtx = 'http://182.92.203.7:3001' // 请求地址 const aiCtx = 'http://192.168.1.14:8100/' export const appId = 42 export const requestTimeOut = 300000 // 请求超时时间 export const tokenKey = 'caccrd-token' @@ -29,6 +30,7 @@ } const config = { requestCtx, aiCtx, requestTimeOut, tokenKey, userInfoKey,