模板修改重置和保存功能

This commit is contained in:
2022-10-11 17:55:58 +08:00
parent 57d101b8c6
commit f863413792
7 changed files with 277 additions and 77 deletions

View File

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