no message

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