From 41a6498a9590b5b0e7d3cf68d10b3b2c071438f9 Mon Sep 17 00:00:00 2001 From: lishenfeng Date: Wed, 21 Jan 2026 09:46:38 +0800 Subject: [PATCH] =?UTF-8?q?feat():=E7=9B=91=E6=B5=8B=E7=AB=99=E7=82=B9?= =?UTF-8?q?=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- public/index.html | 2 +- src/components/DashboardLayout/index.tsx | 6 +- src/components/Form/FileUpload/fileView.js | 105 ++++++ src/components/Form/FileUpload/index.js | 85 +++++ src/components/Form/FileUpload/pdfView.js | 46 +++ src/components/crud/BasicCrudModal.js | 7 +- src/components/crud/usePageTable.ts | 233 ++++--------- src/index.less | 26 +- src/models/auth/_.ts | 32 +- src/service/apiurl.js | 38 ++- src/setupProxy.js | 2 +- src/utils/request.js | 7 +- src/views/AppRouters.tsx | 23 +- src/views/Login/index.tsx | 4 +- src/views/jczd/aqjcd/form.js | 232 +++++++++++++ src/views/jczd/aqjcd/index.js | 91 +++++ src/views/jczd/aqjcd/toolbar.js | 75 +++++ src/views/jczd/jcdmgl/form.js | 88 +++++ src/views/jczd/jcdmgl/index.js | 93 ++++++ src/views/jczd/jcdmgl/toolbar.js | 38 +++ src/views/jczd/jczdgl/form.js | 222 +++++++++++++ src/views/jczd/jczdgl/index.js | 89 +++++ src/views/jczd/jczdgl/toolbar.js | 62 ++++ .../jczd/spd/AdcdTreeSelector/index.less | 47 +++ src/views/jczd/spd/AdcdTreeSelector/index.tsx | 312 ++++++++++++++++++ src/views/jczd/spd/form.js | 184 +++++++++++ src/views/jczd/spd/index.js | 92 ++++++ src/views/jczd/spd/toolbar.js | 41 +++ src/views/systemMange/actionAnlay/index.js | 6 +- .../systemMange/actionAnlay/userBarOption.js | 2 +- src/views/systemMange/loginLog/index.js | 2 +- src/views/systemMange/role/rolePage/index.js | 20 +- src/views/systemMange/userM/index.js | 2 +- src/views/systemMange/userM/toolbar.js | 2 +- src/views/yhxwrz/index.js | 59 ++++ 37 files changed, 2165 insertions(+), 214 deletions(-) create mode 100644 src/components/Form/FileUpload/fileView.js create mode 100644 src/components/Form/FileUpload/index.js create mode 100644 src/components/Form/FileUpload/pdfView.js create mode 100644 src/views/jczd/aqjcd/form.js create mode 100644 src/views/jczd/aqjcd/index.js create mode 100644 src/views/jczd/aqjcd/toolbar.js create mode 100644 src/views/jczd/jcdmgl/form.js create mode 100644 src/views/jczd/jcdmgl/index.js create mode 100644 src/views/jczd/jcdmgl/toolbar.js create mode 100644 src/views/jczd/jczdgl/form.js create mode 100644 src/views/jczd/jczdgl/index.js create mode 100644 src/views/jczd/jczdgl/toolbar.js create mode 100644 src/views/jczd/spd/AdcdTreeSelector/index.less create mode 100644 src/views/jczd/spd/AdcdTreeSelector/index.tsx create mode 100644 src/views/jczd/spd/form.js create mode 100644 src/views/jczd/spd/index.js create mode 100644 src/views/jczd/spd/toolbar.js create mode 100644 src/views/yhxwrz/index.js diff --git a/.env.development b/.env.development index 721beeb..e30ae93 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ GENERATE_SOURCEMAP=true -PUBLIC_URL=/hszSystem \ No newline at end of file +PUBLIC_URL=/ssSystem \ No newline at end of file diff --git a/.env.production b/.env.production index 9cee71a..6776ff5 100644 --- a/.env.production +++ b/.env.production @@ -1,2 +1,2 @@ GENERATE_SOURCEMAP=false -PUBLIC_URL=/hszSystem +PUBLIC_URL=/ssSystem diff --git a/public/index.html b/public/index.html index 13d42d0..6bf9bac 100644 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - 黑石咀系统管理 + 双石系统管理