客户端产品匹配

This commit is contained in:
cxc
2022-10-27 13:39:36 +08:00
parent 88e3b00298
commit 652ce4c9d3
36 changed files with 2438 additions and 396 deletions

View File

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