expertform siteoptions 传入选项列表

This commit is contained in:
quantulr
2022-09-07 14:24:55 +08:00
parent ae74847c93
commit 0344e5d7b9
4 changed files with 124 additions and 80 deletions

View File

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