From fb8f4868f241ae8b7ec90f7ace44d732adc49209 Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Fri, 14 Nov 2025 18:04:47 +0800 Subject: [PATCH] updata --- f/web-kboss/src/router/index.js | 18 +-- .../views/customer/rechargeRecord/index.vue | 27 +++- .../unsubscribe/BaiduNetdisk.vue/index.vue | 4 +- .../src/views/customer/userResource/index.vue | 144 ++++++++++-------- .../src/views/homePage/ncmatch/index.vue | 1 + .../ncmatch/mainPage/sendProduct/index.vue | 14 +- .../productHome/baiduProductShow/index.vue | 4 +- .../productHome/baiduProductShow/index.vue | 4 +- 8 files changed, 126 insertions(+), 90 deletions(-) diff --git a/f/web-kboss/src/router/index.js b/f/web-kboss/src/router/index.js index 4529902..98cffb5 100644 --- a/f/web-kboss/src/router/index.js +++ b/f/web-kboss/src/router/index.js @@ -333,7 +333,7 @@ export const asyncRoutes = [ title: "资源概览", fullPath: "/overview", noCache: true, - icon: "el-icon-s-data" + icon: "el-icon-folder-opened" }, children: [ { @@ -358,7 +358,7 @@ export const asyncRoutes = [ title: "订单管理", fullPath: "/orderManagement", noCache: true, - icon: "el-icon-s-order" + icon: "el-icon-document-copy" }, alwaysShow: true, children: [ @@ -381,7 +381,7 @@ export const asyncRoutes = [ title: "资源管理", fullPath: "/resourceManagement", noCache: true, - icon: "el-icon-s-management" + icon: "el-icon-paperclip" }, alwaysShow: true, children: [ @@ -805,7 +805,7 @@ export const asyncRoutes = [ component: Layout, meta: { title: "工单管理", - icon: "el-icon-s-ticket", + icon: "el-icon-tickets", noCache: true, fullPath: "/workOrderManagement" }, @@ -866,7 +866,7 @@ export const asyncRoutes = [ path: "/rechargeManagement", component: Layout, meta: { - title: "充值管理", + title: "充值记录", icon: "el-icon-money", noCache: true, fullPath: "/rechargeManagement" @@ -876,7 +876,7 @@ export const asyncRoutes = [ path: "index", component: () => import("@/views/customer/rechargeRecord"), name: "RechargeManagement", - meta: { title: "充值管理", fullPath: "/rechargeManagement/index" }, + meta: { title: "充值记录", fullPath: "/rechargeManagement/index" }, } ] }, @@ -1107,7 +1107,7 @@ export const asyncRoutes = [ component: Layout, name: "demandMangement", redirect: "/demandMangement/index", - meta: { fullPath: "/demandMangement", title: "需求管理", noCache: true, icon: 'el-icon-s-claim' }, + meta: { fullPath: "/demandMangement", title: "需求管理", noCache: true, icon: 'el-icon-document-checked' }, children: [ { path: "index", @@ -1128,7 +1128,7 @@ export const asyncRoutes = [ component: Layout, name: "productMangement", redirect: "/productMangement/index", - meta: { fullPath: "/productMangement", title: "商品管理", noCache: true, icon: 'el-icon-s-shop' }, + meta: { fullPath: "/productMangement", title: "商品管理", noCache: true, icon: 'el-icon-shopping-cart-full' }, children: [ { path: "index", @@ -1841,7 +1841,7 @@ export const asyncRoutes = [ { path: "/administrator", component: Layout, redirect: "/administrator/index", meta: { title: "企业管理", - icon: "el-icon-s-custom", + icon: "el-icon-office-building", noCache: true, fullPath: "/administrator" }, diff --git a/f/web-kboss/src/views/customer/rechargeRecord/index.vue b/f/web-kboss/src/views/customer/rechargeRecord/index.vue index 62d58a0..eeb255a 100644 --- a/f/web-kboss/src/views/customer/rechargeRecord/index.vue +++ b/f/web-kboss/src/views/customer/rechargeRecord/index.vue @@ -24,7 +24,10 @@
- + + 充值 + + @@ -303,4 +306,26 @@ export default { .really-price { color: #6a7581; } +.recharge-btn { + background: linear-gradient(135deg, #4fc3f7, #29b6f6); + color: white; + padding: 12px 34px; + border: none; + border-radius: 8px; + font-size: 16px; + font-weight: bold; + cursor: pointer; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + transition: all 0.3s ease; +} + +.recharge-btn:hover { + background: linear-gradient(135deg, #4fc3f7, #29b6f6); + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); +} + +.recharge-btn:active { + transform: translateY(2px); + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); +} diff --git a/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue b/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue index eaf8c31..4dd9bb5 100644 --- a/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue +++ b/f/web-kboss/src/views/customer/unsubscribe/BaiduNetdisk.vue/index.vue @@ -114,11 +114,11 @@ export default { this.url = `${baseUrl}?redirectUrl=${redirectUrl}&signinSecurityToken=${token}`; } else { console.error('未能从API响应中获取到token:', response); - this.$message.error('获取登录信息失败,请重试'); + } } catch (error) { console.error('获取百度云Token失败:', error); - this.$message.error('网络错误,获取登录信息失败'); + } finally { this.loading = false; } diff --git a/f/web-kboss/src/views/customer/userResource/index.vue b/f/web-kboss/src/views/customer/userResource/index.vue index 5867243..59f3a73 100644 --- a/f/web-kboss/src/views/customer/userResource/index.vue +++ b/f/web-kboss/src/views/customer/userResource/index.vue @@ -2,16 +2,35 @@
+
+ +
- - + + + :show-overflow-tooltip="true">