This commit is contained in:
我是个攻城狮
2026-07-31 16:33:31 +08:00
parent a13285371d
commit 77da721290
253 changed files with 39916 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// const baseUrl = 'http://127.0.0.1:8088' // 测试环境地址
const baseUrl = 'http://81.71.17.188:8088' // 产线地址
// const baseUrl = process.env.VUE_APP_API_URL; // 使用环境变量
export {
baseUrl
}