Browse Source

fix: 收货确认权限修改

lyc 3 days ago
parent
commit
ab8324573a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      customer/src/router/index.js

+ 1 - 1
customer/src/router/index.js

@@ -161,7 +161,7 @@ export const asyncRoutes = [
       component: () => import('@/views/order/confirmation'),
       meta: {
         title: '收货确认',
-        roles: ['系统管理员', '客户'] // you can set roles in root nav
+        roles: ['系统管理员', '海外仓预约上门取件'] // you can set roles in root nav
       }
     }, {
       path: '/order/pickupForecast',