浏览代码

去除无效资源

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: [
{ text: '个人信息', icon: 'manager-o' , index: 0 },
{ text: '修改密码', icon: 'edit' , index: 1 },
{ text: '退出登录', icon: 'revoke' , index: 2 },
{ text: '事项审批', icon: 'manager-o' , index: 2 },
{ text: '退出登录', icon: 'revoke' , index: 3 },
],
deptIdOptions:[],
villageVisbile:false,
@@ -244,7 +245,11 @@
})
},
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"}) :
'';
}
},
}


正在加载...
取消
保存