Quellcode durchsuchen

生产修改测试

anderx vor 11 Monaten
Ursprung
Commit
221551e474
1 geänderte Dateien mit 22 neuen und 22 gelöschten Zeilen
  1. 22 22
      config/prod.js

+ 22 - 22
config/prod.js

@@ -1,11 +1,11 @@
 const isH5 = process.env.CLIENT_ENV === 'h5'
 
-const HOST = '"http://zhcq-m.jishutao.com"'
-const HOST_M = '"http://zhcq-m.jishutao.com"'
+const HOST = '"http://zhcq-m.jishutao.com/gw"'
+const HOST_M = '"http://zhcq-m.jishutao.com/gw"'
 
 // XXX 搭了个 proxy 用于演示 prod 环境的 H5
-const HOST_H5 = '"http://zhcq-m.jishutao.com"'
-const HOST_M_H5 = '"http://zhcq-m.jishutao.com"'
+const HOST_H5 = '"http://zhcq-m.jishutao.com/gw"'
+const HOST_M_H5 = '"http://zhcq-m.jishutao.com/gw"'
 
 module.exports = {
   env: {
@@ -17,24 +17,24 @@ module.exports = {
   },
   weapp: {},
   h5: {
-    // devServer: {
-    //   proxy: {
-    //     '/gw/': {
-    //       target: JSON.parse(HOST),
-    //       pathRewrite: {
-    //         '^/gw/': '/'
-    //       },
-    //       changeOrigin: true
-    //     },
-    //     // '/api-m/': {
-    //     //   target: JSON.parse(HOST_M),
-    //     //   pathRewrite: {
-    //     //     '^/api-m/': '/'
-    //     //   },
-    //     //   changeOrigin: true
-    //     // }
-    //   },
-    // }
+    devServer: {
+      proxy: {
+        '/gw/': {
+          target: JSON.parse(HOST),
+          pathRewrite: {
+            '^/gw/': '/'
+          },
+          changeOrigin: true
+        },
+        // '/api-m/': {
+        //   target: JSON.parse(HOST_M),
+        //   pathRewrite: {
+        //     '^/api-m/': '/'
+        //   },
+        //   changeOrigin: true
+        // }
+      },
+    }
     // publicPath: '/kede-createRD-h5'
   }
 }