Commit ae75449c by 曾经

Merge branch 'feature/停复机1' into dev

* feature/停复机1:
  消息通知组件

# Conflicts:
#	src/components/layout/index.vue
parents f4ff8196 acd126e1
<template> <template>
<div>
<notice />
<div class="hb-layout" v-loading="fullLoading.visible"> <div class="hb-layout" v-loading="fullLoading.visible">
<main-menu ref="mainMenu" :menu-list="menuList" :actived-code="activedMenu.length > 0 ? activedMenu[0].menuCode : ''" @showLoading="onShowLoading"></main-menu> <main-menu ref="mainMenu" :menu-list="menuList" :actived-code="activedMenu.length > 0 ? activedMenu[0].menuCode : ''" @showLoading="onShowLoading"></main-menu>
<aside-menu v-show="showAside" :menu-list="activedMenu.length > 0 ? activedMenu[0].childList : []" :actived-code="activedMenu.length > 2 ? activedMenu[2].menuCode : ''"></aside-menu> <aside-menu v-show="showAside" :menu-list="activedMenu.length > 0 ? activedMenu[0].childList : []" :actived-code="activedMenu.length > 2 ? activedMenu[2].menuCode : ''"></aside-menu>
...@@ -13,6 +15,7 @@ ...@@ -13,6 +15,7 @@
</div> </div>
<expire-dialog :visible.sync="showExpireDialog" :expireData="expireData"></expire-dialog> <expire-dialog :visible.sync="showExpireDialog" :expireData="expireData"></expire-dialog>
</div> </div>
</div>
</template> </template>
<script> <script>
......
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