Commit 6cd42ae0 by LJM

port

parent 9d5ab81a
Showing with 13 additions and 10 deletions
......@@ -7,7 +7,7 @@
"transformPx": false,
"h5": {
"devServer": {
"port": 8080,
"port": 8081,
"disableHostCheck": true,
"proxy": {
"/apis": {
......@@ -18,14 +18,14 @@
"^/apis": ""
}
},
"/es": {
"target": "http://so.liexin.net",
"changeOrigin": true,
"secure": true,
"pathRewrite": {
"/es": ""
}
},
"/es": {
"target": "http://so.liexin.net",
"changeOrigin": true,
"secure": true,
"pathRewrite": {
"/es": ""
}
},
"/v3": {
"target": "http://www.liexin.com",
"changeOrigin": true,
......@@ -102,5 +102,7 @@
"uniStatistics": {
"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