需求列表 产品列表

This commit is contained in:
cxc
2022-09-20 17:31:39 +08:00
parent 5aa377760a
commit 25ed1387a7
47 changed files with 5276 additions and 757 deletions

View File

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