Commit e575411d authored by xd's avatar xd

修改

parent a3237c02
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<d2-container class="ct"> <d2-container class="ct">
<template slot="header">header</template> <template slot="header">header</template>
<div class="test"> <div class="test">
<!-- <Left-Nav style="min-height:100%;"></Left-Nav> -->
<div class="tac"> <div class="tac">
<el-menu <el-menu
:default-active="index" :default-active="index"
...@@ -72,7 +71,7 @@ export default { ...@@ -72,7 +71,7 @@ export default {
padding: 0 !important; padding: 0 !important;
} }
.tac { .tac {
width:248px; width:180px;
height: 100%; height: 100%;
/* box-shadow: 0px 4px 0px 0px rgba(221, 221, 221, 1); */ /* box-shadow: 0px 4px 0px 0px rgba(221, 221, 221, 1); */
} }
......
This diff is collapsed.
...@@ -41,26 +41,26 @@ const frameIn = [ ...@@ -41,26 +41,26 @@ const frameIn = [
title: '通讯录管理' title: '通讯录管理'
} }
}, },
// Z-进件管理-通讯录管理 // // Z-进件管理-通讯录管理
{ // {
path: '/in/bar', // path: '/in/bar',
name: 'inBar', // name: 'inBar',
component: () => import('@/pages/in/bar'), // component: () => import('@/pages/in/bar'),
meta: { // meta: {
auth: true, // auth: true,
title: '柜组管理' // title: '柜组管理'
} // }
}, // },
// Z-进件管理-通讯录管理 // // Z-进件管理-通讯录管理
{ // {
path: '/in/shop', // path: '/in/shop',
name: 'inShop', // name: 'inShop',
component: () => import('@/pages/in/shop'), // component: () => import('@/pages/in/shop'),
meta: { // meta: {
auth: true, // auth: true,
title: '门店管理' // title: '门店管理'
} // }
}, // },
// Z-活动模版管理-模版中心 // Z-活动模版管理-模版中心
{ {
path: '/active/mode', 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