zxl
2025-08-08 aa5973abc2272df6892703cde8c78ee184ad714b
buyer/public/config.js
@@ -3,15 +3,15 @@
   * @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: "https://common-api.pickmall.cn",
    buyer: "https://buyer-api.pickmall.cn",
    seller: "https://store-api.pickmall.cn",
    manager: "https://admin-api.pickmall.cn"
    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",
  },
};