瀏覽代碼

fix: 收货确认权限修改

lyc 1 周之前
父節點
當前提交
ab8324573a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',