Ver Fonte

达泽域名更改

gcz há 9 meses atrás
pai
commit
50b9a24822
3 ficheiros alterados com 8 adições e 8 exclusões
  1. 3 3
      common/config.js
  2. 1 1
      manifest.json
  3. 4 4
      package.json

+ 3 - 3
common/config.js

@@ -12,9 +12,9 @@
 // }
 
 //64
-let baseUrl='https://xusfoodapi.hw.hongweisoft.com/appapi/app';
-let upFileUrl='http://fileupload.hw.hongweisoft.com/upload/single/minio';
-// let staticUrl='http://res.hw.hongweisoft.com/xushuo/';
+let baseUrl='https://xusfoodapi.dev.dazesoft.cn/appapi/app';
+let upFileUrl='http://fileupload.dev.dazesoft.cn/upload/single/minio';
+// let staticUrl='http://res.dev.dazesoft.cn/xushuo/';
 let staticUrl='https://xusapi.gzxsjt.cn/miniores/imgs/app';
 
 //正式

+ 1 - 1
manifest.json

@@ -85,7 +85,7 @@
         "devServer" : {
             "proxy" : {
                 "/api" : {
-                    "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://xusfoodapi.hw.hongweisoft.com/appapi",
-          "H_UP_FILE_URL": "https://xusfoodapi.hw.hongweisoft.com/appapi"
+          "H_BASE_URL": "https://xusfoodapi.dev.dazesoft.cn/appapi",
+          "H_UP_FILE_URL": "https://xusfoodapi.dev.dazesoft.cn/appapi"
         }
       },
       "build:buildOnline": {
@@ -15,8 +15,8 @@
         "env": {
           "UNI_PLATFORM": "h5",
           "H_NODE_ENV": "production",
-          "H_BASE_URL": "https://xusfoodapi.hw.hongweisoft.com/appapi",
-          "H_UP_FILE_URL": "https://xusfoodapi.hw.hongweisoft.com/appapi"
+          "H_BASE_URL": "https://xusfoodapi.dev.dazesoft.cn/appapi",
+          "H_UP_FILE_URL": "https://xusfoodapi.dev.dazesoft.cn/appapi"
         }
       }
     }