Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
najiu-frontend
najiu-admin-template
Commits
993e19dc
Commit
993e19dc
authored
Jul 05, 2021
by
无木
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(demo): add mock data `account detail` route
添加mock数据中缺失的账号详情路由 fixed: #858
parent
808291b5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+5
-0
menu.ts
mock/sys/menu.ts
+12
-0
No files found.
CHANGELOG.zh_CN.md
View file @
993e19dc
### 🐛 Bug Fixes
-
**Table**
修复滚动条样式问题
-
**其它**
修复菜单默认折叠的配置不起作用的问题
## 2.6.0(2021-07-04)
## 2.6.0(2021-07-04)
### ✨ Features
### ✨ Features
...
...
mock/sys/menu.ts
View file @
993e19dc
...
@@ -128,6 +128,18 @@ const sysRoute = {
...
@@ -128,6 +128,18 @@ const sysRoute = {
},
},
component
:
'
/demo/system/account/index
'
,
component
:
'
/demo/system/account/index
'
,
},
},
{
path
:
'
account_detail/:id
'
,
name
:
'
AccountDetail
'
,
meta
:
{
hideMenu
:
true
,
title
:
'
routes.demo.system.account_detail
'
,
ignoreKeepAlive
:
true
,
showMenu
:
false
,
currentActiveMenu
:
'
/system/account
'
,
},
component
:
'
/demo/system/account/AccountDetail
'
,
},
{
{
path
:
'
role
'
,
path
:
'
role
'
,
name
:
'
RoleManagement
'
,
name
:
'
RoleManagement
'
,
...
...
Write
Preview
Markdown
is supported
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