xiaohaizhao %!s(int64=2) %!d(string=hai) anos
pai
achega
eeeb64a2cb
Modificáronse 1 ficheiros con 27 adicións e 1 borrados
  1. 27 1
      manifest.json

+ 27 - 1
manifest.json

@@ -68,5 +68,31 @@
     "uniStatistics" : {
         "enable" : false
     },
-    "vueVersion" : "2"
+    "vueVersion" : "2",
+	"h5" : {
+	    "router" : {
+	        "mode" : "history",
+	        "base" : "./"
+	    },
+	    "devServer" : {
+	        "https" : false,
+	        "disableHostCheck" : true,
+	        "proxy" : {
+	            "/apis1" : {
+	                "target" : "http://60.204.153.188",
+	                "changeOrigin" : true,
+	                "pathRewrite" : {
+	                    "^/apis1" : ""
+	                }
+	            },
+	            "/apis" : {
+	                "target" : "https://oms.idcgroup.com.cn:8079",
+	                "changeOrigin" : false,
+	                "pathRewrite" : {
+	                    "^/apis" : ""
+	                }
+	            }
+	        }
+	    }
+	}
 }