mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
适配修改的api
This commit is contained in:
@@ -4,8 +4,11 @@
|
||||
*/
|
||||
// 开发环境
|
||||
const dev = {
|
||||
common: "https://common-api.pickmall.cn",
|
||||
buyer: "https://buyer-api.pickmall.cn",
|
||||
// common: "https://common-api.pickmall.cn",
|
||||
// buyer: "https://buyer-api.pickmall.cn",
|
||||
|
||||
common: "http://127.0.0.1:8888",
|
||||
buyer: "http://127.0.0.1:8888",
|
||||
|
||||
};
|
||||
// 生产环境
|
||||
|
||||
Reference in New Issue
Block a user