소스 검색

修改授权菜单名

hubin 5 달 전
부모
커밋
ffeab8739c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -103,7 +103,7 @@ export const sysStaticRouter: Array<AppRouteRecordRaw> = [
 			{
 				path: 'index',
 				component: () => import('@/views/dashboard/productAuth/index.vue'),
-				name: 'product_auth',
+				name: 'product_auth_index',
 				meta: { hidden: true, title: '采购授权', icon: '' }
 			}
 		]