feat(project-manage): 新增项目附件标签功能

This commit is contained in:
dj
2025-03-30 15:06:56 +08:00
parent ebd7fa3851
commit f9aa6191ce

View File

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