Skip to content

Commit 2c6e40d

Browse files
committed
修改注释
1 parent f643fd9 commit 2c6e40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/modules/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ let routesProcess = (routes) => {
6767
loopRoutes(routesArr, routes.menus)
6868
// 遍历其他零碎页面路由部分
6969
loopRoutes(routesArr, routes.pages)
70-
// 添加系统内置的静态路由部分
70+
// 添加系统内置的静态路由部分到权限管理中
7171
// Why? 为什么要添加静态页面部分,因为在路由守卫拦截权限验证的时候,
7272
// 如果没有系统内置的静态路由部分,将导致没有权限访问而被重定向到`/404`
7373
routesArr.push({

0 commit comments

Comments
 (0)