feat: 登录页面联调

This commit is contained in:
王天骄
2026-06-01 14:49:14 +08:00
parent 873c3e98fb
commit 3fa96ba8bc
5 changed files with 323 additions and 184 deletions
+13
View File
@@ -68,5 +68,18 @@
"uniStatistics" : {
"enable" : false
},
"h5" : {
"devServer" : {
"proxy" : {
"/backend-api" : {
"target" : "http://192.168.2.76:8000",
"changeOrigin" : true,
"pathRewrite" : {
"^/backend-api" : "/api"
}
}
}
}
},
"vueVersion" : "3"
}