零件分配
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user