diff --git a/src/components/steps/index.vue b/src/components/steps/index.vue index 546904e..e372293 100644 --- a/src/components/steps/index.vue +++ b/src/components/steps/index.vue @@ -39,7 +39,7 @@ const props = defineProps({ // 当前显示步骤 active: { type: Number, - default: '0' + default:0 }, // 已完成的工作流步骤 stepSuccess: { @@ -236,7 +236,6 @@ const getBaseInfo = async () => { getBaseInfo() watchEffect(() => { - console.log(props.active, 'props.active'); localActive.value = props.active }) diff --git a/src/views/project-demand/collection/add.vue b/src/views/project-demand/collection/add.vue deleted file mode 100644 index e9f863b..0000000 --- a/src/views/project-demand/collection/add.vue +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 提交 - 重新提交 - 返回 - - - - - - - diff --git a/src/views/project-demand/collection/detail.vue b/src/views/project-demand/collection/detail.vue deleted file mode 100644 index c59a55c..0000000 --- a/src/views/project-demand/collection/detail.vue +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - {{ formData.requirementName }} - - - - - {{ formData.companyIds }} - - - - - {{ formData.collectType }} - - - - - {{ formData.deadline }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 驳回 - 同意 - - - - - - - diff --git a/src/views/project-demand/collection/index.vue b/src/views/project-demand/collection/index.vue deleted file mode 100644 index 002de02..0000000 --- a/src/views/project-demand/collection/index.vue +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - - - diff --git a/src/views/project-demand/summary/detail.vue b/src/views/project-demand/summary/detail.vue index 518d90b..3ebeb0d 100644 --- a/src/views/project-demand/summary/detail.vue +++ b/src/views/project-demand/summary/detail.vue @@ -1,5 +1,5 @@ - + diff --git a/src/views/project-management/filing/detail.vue b/src/views/project-management/filing/detail.vue index 31a7898..64ad1b8 100644 --- a/src/views/project-management/filing/detail.vue +++ b/src/views/project-management/filing/detail.vue @@ -1,5 +1,5 @@ - + - + - + path.replace(/^\/api/, '') - }, - '/api/admin': { - // 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/', + // // target: 'http://192.168.31.175:8000', + // changeOrigin: true, + // rewrite: (path) => path.replace(/^\/api/, '') + // }, '/api': { target: 'http://mosr.feashow.cn', changeOrigin: true,