peng
2025-09-02 b8be56fe7c3b38bb21cc36a245e2b86cb2ce3e0d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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",
  },
};