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