This commit is contained in:
2025-03-16 23:18:10 +08:00
parent 1d92b291e1
commit 4dfe3cef7f
4 changed files with 48 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
const config = {
stage: "prod", // dev test prod
stage: "dev", // dev test prod
// 开发阶段请求地址
devUrl: 'https://pc.buyusdt.xyz/v1/api',
// devUrl: 'https://pc.buyusdt.xyz/v1/api',
devUrl: 'http://192.168.31.101:9940/v1/api',
// 测试阶段请求地址
testUrl: 'http://[240e:362:223f:2e00::fce]:3030/v1/test',