Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
4c9c9cb9
Commit
4c9c9cb9
authored
May 07, 2020
by
trumansdo
Browse files
数据库数据
TODO 完成菜单功能
parent
556cb3d8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
plus-admin/doc/starter-mysql.sql
View file @
4c9c9cb9
This diff is collapsed.
Click to expand it.
ve-admin/admin-web/src/store/modules/permission.js
View file @
4c9c9cb9
...
...
@@ -2,7 +2,7 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-09 12:16:28
* @LastEditTime: 2020-05-07 15:
03:38
* @LastEditTime: 2020-05-07 15:
14:43
* @LastEditors: 一日看尽长安花
*/
import
{
constantRoutes
}
from
'
@/router
'
;
...
...
@@ -88,7 +88,7 @@ export function handleComponent(routes) {
/** 这里的异步不能直接在import里用template string写法,babel-eslint有bug*/
/** 两种异步写法:
* component = resolve => require([`@/views/modules/${URL}`], resolve);
* component = () => import(`@/${_route.component}`);
这个也有问题
* component = () => import(`@/${_route.component}`);
*/
//这一步多余的赋值遍历必须存在,import的bug
const
name
=
_route
.
component
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment