This commit is contained in:
2025-12-12 17:29:38 +08:00
parent 7d9ac4c8ca
commit 7807f4b3e4
14 changed files with 2476 additions and 51 deletions

View File

@@ -5,11 +5,9 @@
// 开发环境配置
const development = {
// 使用代理,请求会被转发到 vue.config.js 中配置的目标地址
baseURL: 'http://localhost:8123',
timeout: 30000,
// 如果需要代理,可以配置
baseURL: '/api'
// 使用代理路径(vue.config.js会将/api代理到http://localhost:8123
baseURL: '/api',
timeout: 30000
}
// 测试环境配置