Browse Source

fix:#748 (#752)

fix:#748
main
奇淼(piexlmax 3 years ago
committed by GitHub
parent
commit
efea490f41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web/src/view/layout/aside/index.vue

2
web/src/view/layout/aside/index.vue

@ -66,7 +66,7 @@ export default {
selectMenuItem(index, _, ele) {
const query = {}
const params = {}
ele.route.parameters &&
ele?.route?.parameters &&
ele.route.parameters.forEach(item => {
if (item.type === 'query') {
query[item.key] = item.value

Loading…
Cancel
Save