Commit e575411d authored by xd's avatar xd

修改

parent a3237c02
......@@ -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:248px;
width:180px;
height: 100%;
/* box-shadow: 0px 4px 0px 0px rgba(221, 221, 221, 1); */
}
......
This diff is collapsed.
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment