Browse Source

测试域名更改

gcz 7 tháng trước cách đây
mục cha
commit
415699cd94
3 tập tin đã thay đổi với 13 bổ sung13 xóa
  1. 8 8
      common/config.js
  2. 1 1
      manifest.json
  3. 4 4
      package.json

+ 8 - 8
common/config.js

@@ -19,16 +19,16 @@ let upFileUrl= null // 后端上传接口
 let staticUrl= null // 静态文件地址
 //64
 // #ifdef MP
-	baseUrl='https://greatadmin.dev.gztjy.top/serviceapi';
-	upFileUrl='http://fileupload.hw.hongweisoft.com/upload/single/minio';
-	// staticUrl='http://res.hw.hongweisoft.com/xushuo/';
-	staticUrl='https://miniores.hw.hongweisoft.com/greattransition/staticfile';
+	baseUrl='https://greatadmin.dev.dazesoft.cn/serviceapi';
+	upFileUrl='http://fileupload.dev.dazesoft.cn/upload/single/minio';
+	// staticUrl='http://res.dev.dazesoft.cn/xushuo/';
+	staticUrl='https://miniores.dev.dazesoft.cn/greattransition/staticfile';
 // #endif
 // #ifdef H5
-	baseUrl='https://greath5.dev.gztjy.top/serviceapi';
-	upFileUrl='http://fileupload.hw.hongweisoft.com/upload/single/minio';
-	// staticUrl='http://res.hw.hongweisoft.com/xushuo/';
-	staticUrl='https://miniores.hw.hongweisoft.com/greattransition/staticfile';
+	baseUrl='https://greath5.dev.dazesoft.cn/serviceapi';
+	upFileUrl='http://fileupload.dev.dazesoft.cn/upload/single/minio';
+	// staticUrl='http://res.dev.dazesoft.cn/xushuo/';
+	staticUrl='https://miniores.dev.dazesoft.cn/greattransition/staticfile';
 // #endif
 
 //正式

+ 1 - 1
manifest.json

@@ -89,7 +89,7 @@
             "proxy" : {
                 "/api" : {
                     "disableHostCheck" : true,
-                    "target" : "https://xusfoodapi.hw.hongweisoft.com/appapi/app", //请求的目标域名
+                    "target" : "https://xusfoodapi.dev.dazesoft.cn/appapi/app", //请求的目标域名
                     "changeOrigin" : true,
                     "secure" : false,
                     "pathRewrite" : {

+ 4 - 4
package.json

@@ -6,8 +6,8 @@
         "env": {
           "UNI_PLATFORM": "h5",
           "H_NODE_ENV": "development",
-          "H_BASE_URL": "https://scenicadmin.hw.hongweisoft.com/serviceapi",
-          "H_UP_FILE_URL": "https://scenicadmin.hw.hongweisoft.com/serviceapi"
+          "H_BASE_URL": "https://scenicadmin.dev.dazesoft.cn/serviceapi",
+          "H_UP_FILE_URL": "https://scenicadmin.dev.dazesoft.cn/serviceapi"
         }
       },
       "build:buildOnline": {
@@ -15,8 +15,8 @@
         "env": {
           "UNI_PLATFORM": "h5",
           "H_NODE_ENV": "production",
-          "H_BASE_URL": "https://scenicadmin.hw.hongweisoft.com/serviceapi",
-          "H_UP_FILE_URL": "https://scenicadmin.hw.hongweisoft.com/serviceapi"
+          "H_BASE_URL": "https://scenicadmin.dev.dazesoft.cn/serviceapi",
+          "H_UP_FILE_URL": "https://scenicadmin.dev.dazesoft.cn/serviceapi"
         }
       }
     }