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