Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
court-inner
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
莫晓莉
court-inner
Commits
95c732f9
Commit
95c732f9
authored
Oct 11, 2021
by
莫晓莉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
栏目管理
parent
14754135
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
src/router/routers.js
+6
-0
src/views/home.vue
+1
-0
src/views/layout/menu.vue
+3
-3
src/views/manage/index.vue
+0
-0
No files found.
src/router/routers.js
View file @
95c732f9
...
...
@@ -181,6 +181,12 @@ const constantRouterMap = [
meta
:
{
title
:
'详情'
,
icon
:
''
},
component
:
resolve
=>
require
([
"@/views/detail"
],
resolve
),
},
{
path
:
"/manage"
,
name
:
'manage'
,
meta
:
{
title
:
'栏目'
,
icon
:
''
},
component
:
resolve
=>
require
([
"@/views/manage"
],
resolve
),
},
// {
// path: "/homePage",
// name: 'homePage',
...
...
src/views/home.vue
View file @
95c732f9
...
...
@@ -175,6 +175,7 @@ export default {
width
:
100%
;
//
background-color
:
rgba
(
0
,
120
,
255
,
0.15
);
text-align
:
center
;
height
:
auto
!important
;
}
.foot-div
{
padding
:
25px
10px
;
...
...
src/views/layout/menu.vue
View file @
95c732f9
...
...
@@ -47,7 +47,7 @@
<
template
slot=
"title"
>
工作信息
</
template
>
<el-menu-item
index=
"/list"
>
选项1
</el-menu-item>
<el-menu-item
index=
"/detail"
>
选项2
</el-menu-item>
<el-menu-item
index=
"
3-3
"
>
选项3
</el-menu-item>
<el-menu-item
index=
"
/show
"
>
选项3
</el-menu-item>
</el-submenu>
<el-submenu
index=
"4"
>
...
...
@@ -74,14 +74,14 @@
<el-menu-item
index=
"7-2"
>
选项2
</el-menu-item>
<el-menu-item
index=
"7-3"
>
选项3
</el-menu-item>
</el-submenu>
<el-menu-item
index=
"/
show
"
>
信息发布系统
</el-menu-item>
<el-menu-item
index=
"/
manage
"
>
信息发布系统
</el-menu-item>
<!--<el-menu-item index="4">
<a href="https://www.ele.me" target="_blank">订单管理</a>
订单管理
</el-menu-item>-->
<!--<el-menu-item>
<div>
<div class="k-flex seach-input k-align-center">
<div class="k-flex seach-input k-align-center">
x
<el-input
placeholder="请输入内容"
v-model="input"
...
...
src/views/manage/index.vue
0 → 100644
View file @
95c732f9
This diff is collapsed.
Click to expand it.
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