大小写

This commit is contained in:
2026-01-27 14:04:37 +08:00
parent 535fb734ea
commit 3540f51429
10 changed files with 85 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ export default defineConfig({
rewrite: (path) => path.replace(/^\/api/, ''), // 不可以省略rewrite
},
'/static': {
target: 'http://192.168.1.138:83',
target: 'http://www.free.loc',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''), // 不可以省略rewrite
},