Skip to content

Commit 7bcd1b9

Browse files
author
Ken Berkeley
committed
remove some comments
1 parent f440db6 commit 7bcd1b9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/utils/userAuth.js

-7
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,3 @@ export default function userAuth(nextState, replace, next) {
1313
history.goBack()
1414
// next(replace('/loginPage')) # 举例:跳转到登录页的写法
1515
}
16-
17-
/*
18-
还记得吗?在 Vue Demo 中
19-
我们依靠 userService 实现 userData 的全局访问
20-
每次修改顶级变量 $root.userData 都要同步 userService.data
21-
如今用上 Redux,就再也不需要这样操作了
22-
*/

0 commit comments

Comments
 (0)