feat : 新增子公司和部门界面

This commit is contained in:
2024-03-18 15:25:31 +08:00
parent 1db444e87c
commit bcb0509978
7 changed files with 167 additions and 8 deletions

View File

@@ -68,6 +68,12 @@ export default defineConfig({
strictPort: false,
open: true,
proxy: {
'/api/admin': {
target: 'http://dev-mosr.frp.feashow.cn/',
// target: 'http://192.168.31.175:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
},
'/api': {
target: 'http://mosr.feashow.cn',
changeOrigin: true,