refactor(project): 优化项目相关页面显示内容

- 修改项目需求、总结、立项、实施、归档页面中的编号标签
- 更新项目申请组件,根据项目类型动态显示实际专项资金输入框
-调整 API 代理配置
This commit is contained in:
dj
2025-04-06 16:47:23 +08:00
parent 348027f355
commit eabf9cb3d6
7 changed files with 16 additions and 15 deletions

View File

@@ -76,8 +76,8 @@ export default defineConfig({
// rewrite: (path) => path.replace(/^\/api/, '')
// },
// '/api/admin': {
// // target: 'http://frp.feashow.cn:31800/',
// target: 'http://clay.frp.feashow.cn/',
// 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/, '')