api 修改

This commit is contained in:
liu
2026-07-31 18:57:11 +08:00
parent a5763a2fb3
commit b0c4289b42
+2 -1
View File
@@ -29,7 +29,8 @@ const REQUEST_TIMEOUT = 10000
/** 登录页面 */ /** 登录页面 */
const LOGIN_PATH = '/pages/login/index' const LOGIN_PATH = '/pages/login/index'
/** API 基础地址 */ /** API 基础地址 */
const BASE_URL = 'http://localhost:8000' // const BASE_URL = 'http://localhost:8000'
const BASE_URL = 'https://api.school.henanklkj.com'
/** /**
* 解析请求 URL,自动拼接 BASE_URL * 解析请求 URL,自动拼接 BASE_URL