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 @@