simple 3 年之前
父節點
當前提交
21594c1b2d
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      config/download.js
  2. 1 1
      config/fetch.js

+ 1 - 1
config/download.js

@@ -9,8 +9,8 @@ export default (url = '', baseUrl = '', data = {}, dataType = 'JSON', type = 'GE
     baseUrl = baseUrl;
   } else if (process.env.NODE_ENV === 'production') {
     if (baseUrl) {
-      let buildUrl = "https://test.hajwy.com/"
       // let buildUrl = "https://test.hajwy.com/"
+      let buildUrl = "https://pms.hajwy.com/"
       switch (baseUrl) {
         case '/landcrm':
           baseUrl = prodServer("landcrm");

+ 1 - 1
config/fetch.js

@@ -28,8 +28,8 @@ export default async (url = '', baseUrl = '', data = {}, dataType = 'JSON', type
     baseUrl = baseUrl;
   } else if (process.env.NODE_ENV === 'production') {
     if (baseUrl) {
-      let buildUrl = "https://test.hajwy.com/"
       // let buildUrl = "https://test.hajwy.com/"
+      let buildUrl = "https://pms.hajwy.com/"
       switch (baseUrl) {
         case '/landcrm':
           // baseUrl = 'https://test.hajwy.com/landcrm';