tenant manage, code fmt

This commit is contained in:
2023-03-15 16:25:25 +08:00
parent 6a5e441155
commit 3a3b8aef06
160 changed files with 21986 additions and 18387 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://192.168.1.16:1616',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
}