产品库开发环境已调整好

This commit is contained in:
aixianling
2021-11-15 15:53:44 +08:00
parent aa4f0c8837
commit f975d9c7b9
10 changed files with 6130 additions and 127 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dv_cp_weixin",
"description": "企业微信应用",
"name": "dv-sass-app",
"description": "企业微信应用",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": true,
@@ -25,7 +25,16 @@
},
"devServer": {
"disableHostCheck": true,
"port": "10323"
"port": "10323",
"proxy": {
"/lan": {
"target": "http://192.168.1.87:9000",
"changeOrigin": true,
"pathRewrite": {
"^/lan": "/"
}
}
}
},
"optimization": {
"preload": true,