up
This commit is contained in:
@@ -5,6 +5,23 @@
|
||||
"versionName" : "1.0.0",
|
||||
"versionCode" : "100",
|
||||
"transformPx" : false,
|
||||
/* H5特有相关 */
|
||||
"h5": {
|
||||
"devServer": {
|
||||
"https": false,
|
||||
"port": 5173,
|
||||
"proxy": {
|
||||
"/api": {
|
||||
"target": "http://192.168.13.105",
|
||||
"changeOrigin": true,
|
||||
"secure": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"router": {
|
||||
"mode": "hash"
|
||||
}
|
||||
},
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
"usingComponents" : true,
|
||||
@@ -113,4 +130,5 @@
|
||||
},
|
||||
"vueVersion" : "3",
|
||||
"locale" : "auto"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user