From 9694e4d9759d3ca43681f61fccfa6aac1f074d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Wed, 19 Mar 2025 14:13:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E5=8A=9F=E8=83=BD=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E5=8F=91=E5=8C=85=E6=97=B6=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 36 +++---- src/views/applyList/technician.vue | 5 +- src/views/autonym/autonym.vue | 5 +- src/views/bl/commission/qds/qdsData.vue | 17 +++- src/views/bl/massage/massagePackage.vue | 15 +-- src/views/bl/shipinquan/shipinquan.vue | 17 ++-- src/views/business/orderInService.vue | 5 +- src/views/campus/couponYhq.vue | 22 +++-- src/views/locality/locality.vue | 15 +-- src/views/main-navbar.vue | 120 ++++++++++++------------ src/views/main-sidebar-sub-menu.vue | 9 +- src/views/skynetCenter/skynetCenter.vue | 5 +- src/views/user/userList.vue | 3 +- 13 files changed, 150 insertions(+), 124 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index eaab6b0..f926d5d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -37,24 +37,24 @@ globalRoutes.push({ } }); -// 添加 dashboard 到 globalRoutes -globalRoutes.push({ - path: '/dashboard_', - component: _import('common/dashboard'), - name: 'dashboard_', - meta: { title: '驾驶舱', isTab: true }, - beforeEnter(to, from, next) { - let token = Vue.cookie.get('token') - if (!token || !/\S/.test(token)) { - clearLoginInfo() - next({ name: 'login' }) - } - // next() - window.open('/dashboard', '_blank'); - // 取消当前导航 - next(false); - } -}); +// 添加 dashboard 到 globalRoutes 允许发包时打开 +// globalRoutes.push({ +// path: '/dashboard_', +// component: _import('common/dashboard'), +// name: 'dashboard_', +// meta: { title: '驾驶舱', isTab: true }, +// beforeEnter(to, from, next) { +// let token = Vue.cookie.get('token') +// if (!token || !/\S/.test(token)) { +// clearLoginInfo() +// next({ name: 'login' }) +// } +// // next() +// window.open('/dashboard', '_blank'); +// // 取消当前导航 +// next(false); +// } +// }); // 主入口路由(需嵌套上左右整体布局) const mainRoutes = { diff --git a/src/views/applyList/technician.vue b/src/views/applyList/technician.vue index 5bf109d..a63fad2 100644 --- a/src/views/applyList/technician.vue +++ b/src/views/applyList/technician.vue @@ -245,14 +245,15 @@ diff --git a/src/views/autonym/autonym.vue b/src/views/autonym/autonym.vue index 159f9e0..dbd15a3 100644 --- a/src/views/autonym/autonym.vue +++ b/src/views/autonym/autonym.vue @@ -169,10 +169,11 @@ :disabled="scope.row.status !== 0 || !isAuth('autonym:tongguo')" @click="passClicks(scope.row)" style="margin: 5px;">通过审核 - + 修改 diff --git a/src/views/bl/commission/qds/qdsData.vue b/src/views/bl/commission/qds/qdsData.vue index 805620e..1b56079 100644 --- a/src/views/bl/commission/qds/qdsData.vue +++ b/src/views/bl/commission/qds/qdsData.vue @@ -62,6 +62,7 @@ @@ -94,19 +95,23 @@ {{scope.row.rate}}% - + diff --git a/src/views/bl/massage/massagePackage.vue b/src/views/bl/massage/massagePackage.vue index 2db6c82..23aba38 100644 --- a/src/views/bl/massage/massagePackage.vue +++ b/src/views/bl/massage/massagePackage.vue @@ -143,13 +143,14 @@ - + +