fix : 完善页面

This commit is contained in:
2024-05-11 14:58:41 +08:00
parent fdca87d870
commit dde77b1425
5 changed files with 167 additions and 50 deletions

View File

@@ -69,12 +69,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/workflow': {
target: 'http://clay.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,