Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
youjj
cloud-platform-ui
Commits
5548eccd
Commit
5548eccd
authored
Aug 27, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加官网路由
parent
c95461aa
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
58 deletions
+27
-58
package-lock.json
package-lock.json
+22
-53
index.js
src/router/index.js
+5
-5
activityList.vue
src/views/xxOfficialWebsite/activityList.vue
+0
-0
bannerList.vue
src/views/xxOfficialWebsite/bannerList.vue
+0
-0
newsList.vue
src/views/xxOfficialWebsite/newsList.vue
+0
-0
No files found.
package-lock.json
View file @
5548eccd
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
5548eccd
...
@@ -563,7 +563,7 @@ export const asyncRouterMap = [{
...
@@ -563,7 +563,7 @@ export const asyncRouterMap = [{
}
}
,
,
{
{
path
:
'/xxOfficialWebsite
'
,
path
:
'/xxOfficialWebsite'
,
component
:
Layout
,
component
:
Layout
,
name
:
'新欣房车官网管理'
,
name
:
'新欣房车官网管理'
,
icon
:
'setting'
,
icon
:
'setting'
,
...
@@ -571,21 +571,21 @@ export const asyncRouterMap = [{
...
@@ -571,21 +571,21 @@ export const asyncRouterMap = [{
children
:
[
children
:
[
{
{
path
:
'activityList'
,
path
:
'activityList'
,
component
:
_import
(
'xx
o
fficialWebsite/activityList'
),
component
:
_import
(
'xx
O
fficialWebsite/activityList'
),
name
:
'活动管理'
,
name
:
'活动管理'
,
authority
:
'activityList'
authority
:
'activityList'
},
},
{
{
path
:
'newsList'
,
path
:
'newsList'
,
component
:
_import
(
'xx
o
fficialWebsite/newsList'
),
component
:
_import
(
'xx
O
fficialWebsite/newsList'
),
name
:
'新闻管理'
,
name
:
'新闻管理'
,
authority
:
'newsList'
authority
:
'newsList'
},
},
{
{
path
:
'bannerList'
,
path
:
'bannerList'
,
component
:
_import
(
'xx
officialWebsite/bannerList
List'
),
component
:
_import
(
'xx
OfficialWebsite/banner
List'
),
name
:
'banner管理'
,
name
:
'banner管理'
,
authority
:
'bannerList
List
'
authority
:
'bannerList'
}
}
]
]
}
}
...
...
src/views/xxOfficialWebsite/activityList.vue
0 → 100644
View file @
5548eccd
src/views/xxOfficialWebsite/bannerList.vue
0 → 100644
View file @
5548eccd
src/views/xxOfficialWebsite/newsList.vue
0 → 100644
View file @
5548eccd
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