From 70183bdde754ab80e6735ed209a097139ac77540 Mon Sep 17 00:00:00 2001 From: wangyilin <1454641981@qq.com> Date: Sat, 14 Sep 2024 17:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collect_information/package.json | 1 + collect_information/src/app.config.ts | 1 - .../form/PersonnelInformationEntryForm.vue | 225 ------------------ .../subPages/pages/myProject/myProject.vue | 6 +- .../pages/projectDetails/projectDetails.vue | 11 +- 5 files changed, 12 insertions(+), 232 deletions(-) delete mode 100644 collect_information/src/components/form/PersonnelInformationEntryForm.vue diff --git a/collect_information/package.json b/collect_information/package.json index b1af349..fe307ce 100644 --- a/collect_information/package.json +++ b/collect_information/package.json @@ -71,6 +71,7 @@ "@tarojs/webpack5-runner": "3.6.25", "@types/jest": "^29.3.1", "@types/node": "^18.15.11", + "@types/qrcode": "^1.5.5", "@types/webpack-env": "^1.13.6", "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", diff --git a/collect_information/src/app.config.ts b/collect_information/src/app.config.ts index 32cd338..c2b33bf 100644 --- a/collect_information/src/app.config.ts +++ b/collect_information/src/app.config.ts @@ -19,7 +19,6 @@ export default defineAppConfig({ pages: [ 'pages/policeManager/index', 'pages/policeDetails/index', - 'pages/myProject/myProject', 'pages/projectDetails/projectDetails', 'pages/form/form' diff --git a/collect_information/src/components/form/PersonnelInformationEntryForm.vue b/collect_information/src/components/form/PersonnelInformationEntryForm.vue deleted file mode 100644 index c283038..0000000 --- a/collect_information/src/components/form/PersonnelInformationEntryForm.vue +++ /dev/null @@ -1,225 +0,0 @@ - - diff --git a/collect_information/src/subPages/pages/myProject/myProject.vue b/collect_information/src/subPages/pages/myProject/myProject.vue index 68aba24..06eedd0 100644 --- a/collect_information/src/subPages/pages/myProject/myProject.vue +++ b/collect_information/src/subPages/pages/myProject/myProject.vue @@ -1,6 +1,6 @@