chore: 修改应用信息

This commit is contained in:
insistence
2024-01-24 22:21:49 +08:00
parent 0f2ce436ea
commit 2440420e63
4 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ export default defineConfig(({ mode, command }) => {
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {
target: 'http://localhost:8080',
target: 'http://localhost:9099',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
}