ソースを参照

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