零件分配

This commit is contained in:
Vergil
2020-02-20 15:56:28 +08:00
parent 74eab855dc
commit 4160cdcbb5
4 changed files with 214 additions and 264 deletions

View File

@@ -39,6 +39,7 @@ import { validateURL } from '@/utils/validate'
import Item from './Item'
export default {
inject: ['reload'],
name: 'SidebarItem',
components: { Item },
props: {
@@ -97,6 +98,8 @@ export default {
e.preventDefault()
const path = this.resolvePath(routePath)
this.$router.push(path)
// 关闭标签不缓存 20200220 ZDY 974548
// this.reload()
}
}
}