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
Litemall
Commits
b6fc03dc
Commit
b6fc03dc
authored
Jan 08, 2019
by
Junling Bu
Browse files
fix[litemall-admin]: 删除没有实现的router
parent
cb58c93f
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/router/index.js
View file @
b6fc03dc
...
@@ -369,12 +369,6 @@ export const asyncRouterMap = [
...
@@ -369,12 +369,6 @@ export const asyncRouterMap = [
component
:
Layout
,
component
:
Layout
,
redirect
:
'
noredirect
'
,
redirect
:
'
noredirect
'
,
children
:
[
children
:
[
{
path
:
'
my
'
,
component
:
()
=>
import
(
'
@/views/profile/my
'
),
name
:
'
my
'
,
meta
:
{
title
:
'
个人信息
'
,
noCache
:
true
}
},
{
{
path
:
'
password
'
,
path
:
'
password
'
,
component
:
()
=>
import
(
'
@/views/profile/password
'
),
component
:
()
=>
import
(
'
@/views/profile/password
'
),
...
...
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