Commit 6cd42ae0 by LJM

port

parent 9d5ab81a
Showing with 13 additions and 10 deletions
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"transformPx": false, "transformPx": false,
"h5": { "h5": {
"devServer": { "devServer": {
"port": 8080, "port": 8081,
"disableHostCheck": true, "disableHostCheck": true,
"proxy": { "proxy": {
"/apis": { "/apis": {
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
"^/apis": "" "^/apis": ""
} }
}, },
"/es": { "/es": {
"target": "http://so.liexin.net", "target": "http://so.liexin.net",
"changeOrigin": true, "changeOrigin": true,
"secure": true, "secure": true,
"pathRewrite": { "pathRewrite": {
"/es": "" "/es": ""
} }
}, },
"/v3": { "/v3": {
"target": "http://www.liexin.com", "target": "http://www.liexin.com",
"changeOrigin": true, "changeOrigin": true,
...@@ -102,5 +102,7 @@ ...@@ -102,5 +102,7 @@
"uniStatistics": { "uniStatistics": {
"enable": false "enable": false
}, },
"vueVersion": "2" "vueVersion": "2",
"fallbackLocale": "zh-Hans",
"locale": "zh-Hans"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment