科研机构后台绑定专家和实验室

This commit is contained in:
quantulr
2024-03-08 16:21:44 +08:00
parent 31b92d6475
commit ce7f7e4b8b
23 changed files with 923 additions and 517 deletions

View File

@ -33,7 +33,7 @@ export default defineConfig(({mode, command}) => {
"/dev-api": {
// target: "http://101.34.131.16:1618",
// target: "http://129.211.170.150/api",
target: "http://192.168.0.200:1619",
target: "http://127.0.0.1:1619",
// target: 'http://172.18.3.127:1618',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, ""),