无人机管理后台前端(已迁走)
罗广辉
2025-04-19 1e06a9f9cf8c2c43121d3e40ebaa1ffc17d3ee79
src/page/index/index.vue
@@ -76,6 +76,11 @@
      this.$store.dispatch('GetMenu', item.id).then(data => {
        if (data.length !== 0) {
          this.$router.$avueRouter.formatRoutes(data, true);
          const redirect = decodeURIComponent(to.query.redirect || '');
          if (redirect){
            console.log('redirect',redirect);
            this.$router.push({ path: redirect})
          }
        }
        //当点击顶部菜单后默认打开第一个菜单
        /*if (!this.validatenull(item)) {