页面优化

This commit is contained in:
2025-05-07 22:23:48 +08:00
parent 814c6d555e
commit f65bcd59f7
4 changed files with 104 additions and 158 deletions

View File

@@ -18,7 +18,8 @@ export default defineConfig({
port: 8888,
proxy: {
'/api': {
target: 'http://127.0.0.1:18007/api/',
// target: 'http://127.0.0.1:18007/api/',
target: 'http://127.0.0.1:18001/api/',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
}