This commit is contained in:
2026-04-14 21:17:45 +08:00
parent 2953172227
commit 9ecab34b15
11 changed files with 449 additions and 922 deletions
+18
View File
@@ -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"
}