mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-07 03:15:01 +08:00
12 lines
193 B
JavaScript
12 lines
193 B
JavaScript
var BASE = {
|
|
/**
|
|
* @description api请求基础路径
|
|
*/
|
|
API_DEV: {
|
|
buyer: "https://buyer-api.pickmall.cn",
|
|
},
|
|
API_PROD: {
|
|
buyer: "https://buyer-api.pickmall.cn",
|
|
},
|
|
};
|