|
@@ -59,7 +59,7 @@ import { getToken, removeToken } from '../api/auth'
|
|
|
import {apiPostremoveByToken, apiGetMenuData} from '../api/api'
|
|
|
export default {
|
|
|
components: {MenuTree},
|
|
|
- inject: ['reload'],
|
|
|
+ // inject: ['reload'],
|
|
|
data() {
|
|
|
return {
|
|
|
forecastDatas: [],
|
|
@@ -187,7 +187,7 @@ export default {
|
|
|
// img: zhishikuImg,
|
|
|
// children: [
|
|
|
// {
|
|
|
- // index: '/knowledgePage/scoringRules',
|
|
|
+ // index: '/knowledge/scoringRules',
|
|
|
// name: '考评得分规则',
|
|
|
// },
|
|
|
// {
|
|
@@ -377,9 +377,6 @@ export default {
|
|
|
})
|
|
|
window.sessionStorage.setItem('routeTags', JSON.stringify(this.routeTags))
|
|
|
}
|
|
|
- this.$nextTick(() =>{
|
|
|
- this.reload()
|
|
|
- })
|
|
|
},
|
|
|
handleClose(tag) {
|
|
|
if (this.routeTags.length > 1) {
|