领域管理

This commit is contained in:
cxc
2022-07-18 17:34:29 +08:00
parent 6c19bfbd90
commit a4308a1958
13 changed files with 504 additions and 24 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://120.26.107.74:1618',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
}