"oracle.docx" did not exist on "bc917d7a424dba826aac19225f66b46a271ed0ce"
Commit 552e1f78 authored by 赵伟庚's avatar 赵伟庚

顶部导航条高亮兼容“”

parent 086f4a8b
<template> <template>
<div id="app" @click="readFlag = false"> <div id="app" @click="readFlag = false">
<el-config-provider> <el-config-provider>
<bg-menu :path="nowParent[0].path" @openMsg="openMsg"></bg-menu> <bg-menu :path="nowParent ? nowParent[0].path : ''" @openMsg="openMsg"></bg-menu>
<div class="container" v-if="pageShow"> <div class="container" v-if="pageShow">
<!-- <bg-nav :highlightParentRule="highlightParentRule" :title="nowParent.menuName" width="208px" :list="nowParent.children" v-show="navShow" class="con-nav" /> --> <!-- <bg-nav :highlightParentRule="highlightParentRule" :title="nowParent.menuName" width="208px" :list="nowParent.children" v-show="navShow" class="con-nav" /> -->
<bg-nav <bg-nav
......
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