--------
This commit is contained in:
@ -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": {},
|
||||||
|
@ -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/'
|
Reference in New Issue
Block a user