Files
lilishop-ui/seller/public/config.js
2026-06-17 16:45:36 +08:00

30 lines
552 B
JavaScript

var BASE = {
/**
* @description api请求基础路径
*/
API_DEV: {
common: "/api",
buyer: "/api",
seller: "/api",
manager: "/api",
},
API_PROD: {
common: "/api",
buyer: "/api",
seller: "/api",
manager: "/api",
},
/**
* @description // 跳转买家端地址 pc端
*/
PC_URL: "https://pc-b2b2c.pickmall.cn",
/**
* @description // 跳转买家端地址 wap端
*/
WAP_URL: "https://m-b2b2c.pickmall.cn",
/**
* @description api请求基础路径前缀
*/
PREFIX: "/store",
};