|
|
@@ -9,7 +9,7 @@
|
|
|
<div class="layout_menu_lnk_area" data-o2-element="lnkAreaNode" style="display: none;"></div>
|
|
|
<div id="app">
|
|
|
<el-menu class="el-menu-vertical-demo" @open="handleOpen" @close="handleClose" background-color="#092E59"
|
|
|
- text-color="#fff" active-text-color="#ffd04b">
|
|
|
+ text-color="#fff" active-text-color="#ffd04b" unique-opened>
|
|
|
<el-menu-item index="0" @click.native="open(null ,'Homepage')">
|
|
|
<i class="fas fa-home"></i>
|
|
|
<span slot="title">主页</span>
|
|
|
@@ -31,11 +31,11 @@
|
|
|
<i class="fas fa-file-alt"></i>
|
|
|
<span>公共信息服务</span>
|
|
|
</template>
|
|
|
- <el-menu-item index="4-1" @click.native="open(null ,'process.TaskCenter')">
|
|
|
+ <el-menu-item index="4-1" @click.native="open(null ,'cms.Column')">
|
|
|
<i class="fas fa-suitcase"></i>
|
|
|
<span slot="title">内容管理</span>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="4-2" @click.native="open(null ,'process.TaskCenter')">
|
|
|
+ <el-menu-item index="4-2" @click.native="open(null ,'cms.Index')">
|
|
|
<i class="fas fa-suitcase"></i>
|
|
|
<span slot="title">信息平台</span>
|
|
|
</el-menu-item>
|
|
|
@@ -49,7 +49,7 @@
|
|
|
<i class="fas fa-suitcase"></i>
|
|
|
<span slot="title">车辆管理</span>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="5-2" @click.native="open(null ,'process.TaskCenter')">
|
|
|
+ <el-menu-item index="5-2" @click.native="open(null ,'Meeting')">
|
|
|
<i class="fas fa-suitcase"></i>
|
|
|
<span slot="title">会议管理</span>
|
|
|
</el-menu-item>
|
|
|
@@ -67,11 +67,11 @@
|
|
|
<i class="fas fa-file-alt"></i>
|
|
|
<span>个人事物处理</span>
|
|
|
</template>
|
|
|
- <el-menu-item index="7-1" @click.native="open(null ,'process.TaskCenter')">
|
|
|
+ <el-menu-item index="7-1" @click.native="open(null ,'Attendance')">
|
|
|
<i class="fas fa-suitcase"></i>
|
|
|
<span slot="title">考勤管理</span>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="7-2" @click.native="open(null ,'process.TaskCenter')">
|
|
|
+ <el-menu-item index="7-2" @click.native="open(null ,'portal.Portal', {appId: 'portal.Portal0e0d08d4-2435-481e-bb1d-25c79c614080', portalId: '0e0d08d4-2435-481e-bb1d-25c79c614080'})">
|
|
|
<i class="fas fa-suitcase"></i>
|
|
|
<span slot="title">通讯录</span>
|
|
|
</el-menu-item>
|