更新专业版对接的测试接口地址。

This commit is contained in:
jianweie code
2024-08-31 00:23:23 +08:00
parent 780a3f43ca
commit 93f1bfb045
2 changed files with 175 additions and 176 deletions

View File

@@ -4,7 +4,7 @@
*/ */
//接口请求地址如果需要不部署接口端的情况下测试uni-app可以直接替换为官方测试接口https://api.demo.coreshop.cn //接口请求地址如果需要不部署接口端的情况下测试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 //项目静态资源请求地址如果使用官方的静态文件地址可以直接替换为https://files.cdn.coreshop.cn
export const apiFilesUrl = 'https://files.cdn.coreshop.cn'; export const apiFilesUrl = 'https://files.cdn.coreshop.cn';

View File

@@ -133,7 +133,6 @@
}, },
"requiredPrivateInfos" : [ "getFuzzyLocation", "chooseAddress" ], "requiredPrivateInfos" : [ "getFuzzyLocation", "chooseAddress" ],
"libVersion" : "latest" "libVersion" : "latest"
}, },
"h5" : { "h5" : {
"title" : "南山田舍", "title" : "南山田舍",