|
@@ -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: '' }
|
|
|
}
|
|
|
]
|