From 7fc8d59c06bfeffc53d9bc06bcd3c9af777fe207 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 27 Oct 2025 09:39:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 + src/App.vue | 4 +- src/api/supplier.js | 1 + src/main.js | 3 + src/router/index.js | 14 ++++ src/views/forgetPassword.vue | 11 ++- src/views/login.vue | 4 +- .../components/barrierGatePrice.vue | 8 +-- src/views/mediaLibrary/index.vue | 3 +- src/views/mediaLibrary/linkMediaDetail.vue | 27 ++++++++ src/views/mediaLibrary/mediaDetail.vue | 69 +++++++++++++++++-- src/views/mediaLibrary/mediaLogs.vue | 2 +- src/views/mediaTool/calibrationIndex.vue | 2 +- src/views/mediaTool/noticeList.vue | 2 +- src/views/monitor/operlog/index.vue | 2 +- src/views/outdoorMedia/index.vue | 2 +- src/views/pitchPrice/index.vue | 2 +- src/views/problemFeedback/index.vue | 2 +- src/views/supplier/index.vue | 2 +- src/views/supplier/supplierDetail.vue | 63 +++++++++++++---- .../system/administrativeRegion/index.vue | 2 +- src/views/system/businessArea/index.vue | 2 +- src/views/system/dept/index.vue | 2 +- src/views/system/dict/data.vue | 2 +- src/views/system/dict/index.vue | 2 +- src/views/system/mediaType/index.vue | 2 +- src/views/system/menu/index.vue | 2 +- src/views/system/post/index.vue | 2 +- src/views/system/pptTemplate/index.vue | 2 +- src/views/system/role/authUser.vue | 2 +- src/views/system/role/index.vue | 2 +- src/views/system/user/authRole.vue | 2 +- src/views/system/user/index.vue | 2 +- vite.config.js | 20 ++++++ 34 files changed, 218 insertions(+), 54 deletions(-) create mode 100644 src/views/mediaLibrary/linkMediaDetail.vue diff --git a/package.json b/package.json index 109e892..291da28 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@element-plus/icons-vue": "2.3.1", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "13.3.0", + "amfe-flexible": "^2.2.1", "axios": "1.9.0", "clipboard": "2.0.11", "echarts": "5.6.0", @@ -29,6 +30,7 @@ "js-beautify": "1.14.11", "js-cookie": "3.0.5", "jsencrypt": "3.3.2", + "lib-flexible-computer": "^1.0.2", "nprogress": "0.2.0", "pinia": "3.0.2", "splitpanes": "4.0.4", @@ -40,6 +42,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "5.2.4", + "postcss-pxtorem": "^6.1.0", "sass-embedded": "1.89.1", "unplugin-auto-import": "0.18.6", "unplugin-vue-setup-extend-plus": "1.0.1", diff --git a/src/App.vue b/src/App.vue index 31839f2..9d9aa86 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,10 +4,10 @@ \ No newline at end of file diff --git a/src/views/mediaLibrary/mediaDetail.vue b/src/views/mediaLibrary/mediaDetail.vue index 1e4a2f1..ac26e33 100644 --- a/src/views/mediaLibrary/mediaDetail.vue +++ b/src/views/mediaLibrary/mediaDetail.vue @@ -3,7 +3,7 @@