Преглед изворни кода

去除无效资源

rongxin_prod
张泽亮 пре 1 година
родитељ
комит
5268da48c6
3 измењених фајлова са 7 додато и 22 уклоњено
  1. +0
    -12
      src/assets/maps/plotPremises_huancui.json
  2. +0
    -8
      src/assets/maps/qu_huancui.json
  3. +7
    -2
      src/views/sunVillage_info/index.vue

+ 0
- 12
src/assets/maps/plotPremises_huancui.json
Разлика између датотеке није приказан због своје велике величине
Прегледај датотеку


+ 0
- 8
src/assets/maps/qu_huancui.json
Разлика између датотеке није приказан због своје велике величине
Прегледај датотеку


+ 7
- 2
src/views/sunVillage_info/index.vue Прегледај датотеку

@@ -110,7 +110,8 @@
actions: [ actions: [
{ text: '个人信息', icon: 'manager-o' , index: 0 }, { text: '个人信息', icon: 'manager-o' , index: 0 },
{ text: '修改密码', icon: 'edit' , index: 1 }, { text: '修改密码', icon: 'edit' , index: 1 },
{ text: '退出登录', icon: 'revoke' , index: 2 },
{ text: '事项审批', icon: 'manager-o' , index: 2 },
{ text: '退出登录', icon: 'revoke' , index: 3 },
], ],
deptIdOptions:[], deptIdOptions:[],
villageVisbile:false, villageVisbile:false,
@@ -244,7 +245,11 @@
}) })
}, },
selectChange(val){ selectChange(val){
val.index == 0 ? this.$router.push({path:"/sunVillage_info/user"}) : val.index == 1 ? this.$router.push({path:"/sunVillage_info/passWord"}) : val.index == 2 ? this.logout() : '';
val.index == 0 ? this.$router.push({path:"/sunVillage_info/user"}) :
val.index == 1 ? this.$router.push({path:"/sunVillage_info/passWord"}) :
val.index == 2 ? this.logout() :
val.index == 3 ? this.$router.push({path:"../yinnong/my"}) :
'';
} }
}, },
} }


Loading…
Откажи
Сачувај