修正布局,删改无用页面

This commit is contained in:
2026-06-24 08:13:12 +08:00
parent 8d8c823616
commit 0bebce3dc1
24 changed files with 2677 additions and 2796 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://192.168.43.89:8084',
target: 'http://localhost:8084',
changeOrigin: true,
secure: true,
bypass: function(req, res, proxyOptions) {