首页地图

This commit is contained in:
cxc
2022-10-01 09:12:01 +08:00
parent 25ed1387a7
commit e8fb69f0e3
56 changed files with 4910 additions and 941 deletions

View File

@ -32,7 +32,7 @@ export default defineConfig(({ mode, command }) => {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {
// target: 'http://120.26.107.74:1618',
target: 'http://172.18.3.150:1618',
target: 'http://172.18.3.127:1617',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, '')
}