This commit is contained in:
2025-08-12 19:36:03 +08:00
parent 12480f3706
commit 5fc1378051
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"projectname": "qingcheng-xiaochengxu", "projectname": "qingcheng-xiaochengxu",
"setting": { "setting": {
"compileHotReLoad": true, "compileHotReLoad": true,
"urlCheck": false, "urlCheck": true,
"bigPackageSizeSupport": false "bigPackageSizeSupport": false
}, },
"condition": {}, "condition": {},

View File

@ -3,6 +3,7 @@ export const caozhe = 'http://160.202.242.36:9093'
export const dev = 'http://160.202.242.36:9091'; export const dev = 'http://160.202.242.36:9091';
export const test = 'http://160.202.242.36:9092'; export const test = 'http://160.202.242.36:9092';
export const localTest = 'http://localhost:9092'; export const localTest = 'http://localhost:9092';
export const baseUrl = test; export const ssl = 'https://www.chenxinzhi.top'
export const baseUrl = ssl;
export const globalImgUrl = baseUrl + '/file/download/' export const globalImgUrl = baseUrl + '/file/download/'