var BASE = { /** * @description api请求基础路径 */ API_DEV: { 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", }, };