diff --git a/f/web-kboss/src/api/newHome.js b/f/web-kboss/src/api/newHome.js index 0cfbf51..a5070db 100644 --- a/f/web-kboss/src/api/newHome.js +++ b/f/web-kboss/src/api/newHome.js @@ -94,3 +94,10 @@ export const reqQuickNav = () => { method: 'post', }) } +// 待办数量 +export const todoCount = () => { + return request({ + url: '/bz_order/todo_info.dspy', + method: 'post', + }) +} diff --git a/f/web-kboss/src/router/index.js b/f/web-kboss/src/router/index.js index cbebb76..4529902 100644 --- a/f/web-kboss/src/router/index.js +++ b/f/web-kboss/src/router/index.js @@ -331,7 +331,7 @@ export const asyncRoutes = [ component: Layout, meta: { title: "资源概览", - fullPath: "/overview", + fullPath: "/overview", noCache: true, icon: "el-icon-s-data" }, diff --git a/f/web-kboss/src/views/customer/orderManagement/index.vue b/f/web-kboss/src/views/customer/orderManagement/index.vue index 9eb9042..9cbf51d 100644 --- a/f/web-kboss/src/views/customer/orderManagement/index.vue +++ b/f/web-kboss/src/views/customer/orderManagement/index.vue @@ -357,6 +357,7 @@ export default { methods: { // 累计消费 优惠 async getAllPrice() { + const res = await reqDiscount(); console.log(54321,res); if(res.status === true){ this.price = res.data.total_paid_amount @@ -519,7 +520,7 @@ export default { this.getOrder(); // 清除路由参数 - this.$router.replace({ path: '/product/overview', query: {} }); + //this.$router.replace({ path: '/product/overview', query: {} }); }, // 获取订单数据 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 63849f4..eaf8c31 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 @@ -1,13 +1,42 @@ @@ -15,6 +44,7 @@