no message

This commit is contained in:
2025-08-30 20:03:57 +08:00
parent b76360992e
commit 345cd45fbe
10 changed files with 282 additions and 19 deletions
+16 -1
View File
@@ -139,5 +139,20 @@
"uniStatistics" : {
"enable" : false
},
"vueVersion" : "3"
"vueVersion" : "3",
"h5": {
"devServer": {
"disableHostCheck": true, // 禁止访问本地host文件
"port": 8085, // 修改项目端口
"proxy": {
"/api": { // 配置服务器路径
"target": "http://api.outer.tbmall.xin:6880", // 目标服务器
"changeOrigin": true, // 重写路径
"pathRewrite": {
"^/api": "" // 将/api替换为空
}
}
}
}
}
}