Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
d64a924f
Commit
d64a924f
authored
Aug 30, 2018
by
王
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development' of
http://git.singsingenglish.com/new-sing/admin
into development
parents
6831ff19
29127b32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
banner.vue
src/components/system/banner.vue
+13
-0
index.js
src/router/index.js
+5
-0
menuList.js
src/util/menuList.js
+4
-0
No files found.
src/components/system/banner.vue
0 → 100644
View file @
d64a924f
<
template
>
</
template
>
<
script
>
export
default
{
name
:
"banner"
}
</
script
>
<
style
scoped
>
</
style
>
src/router/index.js
View file @
d64a924f
...
...
@@ -26,6 +26,7 @@ import help from '@/components/help'
import
sysConfig
from
'@/components/system/sysConfig'
import
autoReply
from
'@/components/weChat/autoReply'
import
weChatResource
from
'@/components/weChat/weChatResource'
import
banner
from
'@/components/system/banner'
Vue
.
use
(
Router
);
...
...
@@ -53,6 +54,10 @@ const router =new Router({
path
:
'/help'
,
name
:
'help'
,
component
:
help
},{
path
:
'/banner'
,
name
:
'banner'
,
component
:
banner
},{
path
:
'/weChatResource'
,
name
:
'weChatResource'
,
...
...
src/util/menuList.js
View file @
d64a924f
...
...
@@ -135,6 +135,10 @@ export default [
value
:
'账号管理'
,
routerName
:
'admin'
,
path
:
'/admin'
},{
value
:
'Banner管理'
,
routerName
:
'banner'
,
path
:
'/banner'
},{
value
:
'角色管理'
,
routerName
:
'role'
,
...
...
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