| | |
| | | </el-scrollbar> |
| | | <div style="position: absolute;bottom: 20px;left: 30px;"> |
| | | <div> |
| | | <el-button v-if="$store.state.app.sidebar.opened" type="text" style="font-size: 14px;cursor: pointer">新凯迪制造V1.0.01</el-button> |
| | | <el-button v-if="$store.state.app.sidebar.opened" type="text" style="font-size: 14px;cursor: pointer">新凯迪制造V1.5.21</el-button> |
| | | <!-- <el-button type="text"><a href="http://www.ykxkd.com/" target="_blank">新凯迪制造V1.0.01</a></el-button>--> |
| | | </div> |
| | | </div> |
| | |
| | | if (meta.activeMenu) { |
| | | return meta.activeMenu |
| | | } |
| | | |
| | | if (path.indexOf('kanbanManager') !== -1) { // 当点击智慧看板的时候 |
| | | const url = this.$router.resolve({ |
| | | path |
| | | // query: { id: 123 } |
| | | }) |
| | | |
| | | const t = url.href.split('/') |
| | | // console.log(t, 't') |
| | | window.open('#/' + t[2], '_blank') |
| | | } |
| | | |
| | | return path |
| | | }, |
| | | showLogo() { |
| | |
| | | color: #ffffff; |
| | | cursor: default; |
| | | } |
| | | |
| | | .el-menu{ |
| | | background-color: #213145 !important; |
| | | } |
| | | </style> |