Browse Source

顶部菜单配置

release/hlpt
ZhaoTongYao 3 years ago
parent
commit
a3dd1652d1
  1. 12
      src/views/main-navbar.vue
  2. 1
      src/views/modules/user/partymembers.vue

12
src/views/main-navbar.vue

@ -164,8 +164,18 @@ export default {
this.$router.push({
name: 'productIframe-shequ-index'
})
return
} else {
if (this.routeList_F[e].url) {
const routeName = this.routeList_F[e].url
const routes = window.SITE_CONFIG['dynamicMenuRoutes']
routes.forEach(item => {
if (routeName == item.meta.title) {
this.$router.push({
name: item.name
})
}
})
}
this.$store.state.sidebarHide = false
}
this.$emit('routeList_child', JSON.stringify(this.routeList_F[e].children))

1
src/views/modules/user/partymembers.vue

@ -99,7 +99,6 @@
ref="upload" v-if="$hasPermission('partymembers:import')"
v-loading="dataListLoading"
:action="uploadUrl"
:on-preview="handlePreview"
multiple
:limit="1"
:on-success='uploadSuccess'

Loading…
Cancel
Save