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