mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
修改环境
This commit is contained in:
@@ -4,15 +4,15 @@
|
|||||||
*/
|
*/
|
||||||
// 开发环境
|
// 开发环境
|
||||||
const dev = {
|
const dev = {
|
||||||
common: 'http://192.168.0.100:8890',
|
common: "http://192.168.0.100:8890",
|
||||||
buyer: 'http://192.168.0.100:8888',
|
buyer: "http://192.168.0.100:8888",
|
||||||
// common: "https://common-api.pickmall.cn",
|
// common: "https://common-api.pickmall.cn",
|
||||||
// buyer: "https://buyer-api.pickmall.cn",
|
// buyer: "https://buyer-api.pickmall.cn",
|
||||||
};
|
};
|
||||||
// 生产环境
|
// 生产环境
|
||||||
const prod = {
|
const prod = {
|
||||||
common: 'http://192.168.0.109:8890',
|
common: "https://common-api.pickmall.cn",
|
||||||
buyer: 'http://192.168.0.109:8888',
|
buyer: "https://buyer-api.pickmall.cn",
|
||||||
};
|
};
|
||||||
|
|
||||||
//默认生产环境
|
//默认生产环境
|
||||||
|
|||||||
Reference in New Issue
Block a user