瀏覽代碼

Merge remote-tracking branch 'origin/master'

luoyali 4 月之前
父節點
當前提交
3a21a064ae
共有 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: '' }
 			}
 		]