产品库开发环境已调整好
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user