组件封装

This commit is contained in:
2025-09-22 17:45:53 +08:00
parent fb974f1100
commit 614e5ad34e
42 changed files with 4200 additions and 552 deletions

View File

@@ -36,7 +36,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:3000',
target: 'http://192.168.1.38:18081',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '')
}