mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 00:49:49 +08:00
更新专业版对接的测试接口地址。
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
//接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口:https://api.demo.coreshop.cn
|
||||
export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'https://api.test.pro.coreshop.cn' : 'https://api.test.pro.coreshop.cn';
|
||||
export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'https://api.pro.demo.corecms.cn' : 'https://api.pro.demo.corecms.cn';
|
||||
|
||||
//项目静态资源请求地址,如果使用官方的静态文件地址可以直接替换为:https://files.cdn.coreshop.cn
|
||||
export const apiFilesUrl = 'https://files.cdn.coreshop.cn';
|
||||
|
||||
@@ -133,7 +133,6 @@
|
||||
},
|
||||
"requiredPrivateInfos" : [ "getFuzzyLocation", "chooseAddress" ],
|
||||
"libVersion" : "latest"
|
||||
|
||||
},
|
||||
"h5" : {
|
||||
"title" : "南山田舍",
|
||||
|
||||
Reference in New Issue
Block a user