diff --git a/project.private.config.json b/project.private.config.json index 8255393..a38d28b 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -3,7 +3,7 @@ "projectname": "qingcheng-xiaochengxu", "setting": { "compileHotReLoad": true, - "urlCheck": false, + "urlCheck": true, "bigPackageSizeSupport": false }, "condition": {}, diff --git a/request.js b/request.js index ef5cd2c..8ddc958 100644 --- a/request.js +++ b/request.js @@ -3,6 +3,7 @@ export const caozhe = 'http://160.202.242.36:9093' export const dev = 'http://160.202.242.36:9091'; export const test = 'http://160.202.242.36: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/' \ No newline at end of file