Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xulili
ybf
Commits
e575411d
Commit
e575411d
authored
Jan 08, 2020
by
xd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a3237c02
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
328 additions
and
47 deletions
+328
-47
index.vue
ybf_admin/src/pages/in/contact/index.vue
+1
-2
mail.vue
ybf_admin/src/pages/in/contact/mail.vue
+307
-25
routes.js
ybf_admin/src/router/routes.js
+20
-20
No files found.
ybf_admin/src/pages/in/contact/index.vue
View file @
e575411d
...
...
@@ -2,7 +2,6 @@
<d2-container
class=
"ct"
>
<template
slot=
"header"
>
header
</
template
>
<div
class=
"test"
>
<!-- <Left-Nav style="min-height:100%;"></Left-Nav> -->
<div
class=
"tac"
>
<el-menu
:default-active=
"index"
...
...
@@ -72,7 +71,7 @@ export default {
padding
:
0
!important
;
}
.tac
{
width
:
248
px
;
width
:
180
px
;
height
:
100%
;
/* box-shadow: 0px 4px 0px 0px rgba(221, 221, 221, 1); */
}
...
...
ybf_admin/src/pages/in/contact/mail.vue
View file @
e575411d
This diff is collapsed.
Click to expand it.
ybf_admin/src/router/routes.js
View file @
e575411d
...
...
@@ -41,26 +41,26 @@ const frameIn = [
title
:
'通讯录管理'
}
},
// Z-进件管理-通讯录管理
{
path
:
'/in/bar'
,
name
:
'inBar'
,
component
:
()
=>
import
(
'@/pages/in/bar'
),
meta
:
{
auth
:
true
,
title
:
'柜组管理'
}
},
// Z-进件管理-通讯录管理
{
path
:
'/in/shop'
,
name
:
'inShop'
,
component
:
()
=>
import
(
'@/pages/in/shop'
),
meta
:
{
auth
:
true
,
title
:
'门店管理'
}
},
//
//
Z-进件管理-通讯录管理
//
{
//
path: '/in/bar',
//
name: 'inBar',
//
component: () => import('@/pages/in/bar'),
//
meta: {
//
auth: true,
//
title: '柜组管理'
//
}
//
},
//
//
Z-进件管理-通讯录管理
//
{
//
path: '/in/shop',
//
name: 'inShop',
//
component: () => import('@/pages/in/shop'),
//
meta: {
//
auth: true,
//
title: '门店管理'
//
}
//
},
// Z-活动模版管理-模版中心
{
path
:
'/active/mode'
,
...
...
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