|
@@ -165,11 +165,11 @@ export default {
|
165
|
165
|
openMenu(item, index) {
|
166
|
166
|
console.log('open menu', item, index)
|
167
|
167
|
if (['crk', '/crk'].indexOf(item.funcUrl) >= 0) {
|
168
|
|
- this.$store.state.flag = 1;
|
169
|
|
- return
|
170
|
|
- // return this.$systemUtils.gotoCrkSystem(this)
|
|
168
|
+ // this.$store.state.flag = 1;
|
|
169
|
+ // return
|
|
170
|
+ return this.$systemUtils.gotoCrkSystem(this)
|
171
|
171
|
}else {
|
172
|
|
- this.$store.state.flag = 2;
|
|
172
|
+ // this.$store.state.flag = 2;
|
173
|
173
|
}
|
174
|
174
|
if (this.$store.state.user.topMenuIndex === index) return
|
175
|
175
|
this.$store.commit('SET_TOP_MENU_INDEX', index)
|