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: "/manager" };