无人机管理后台前端(已迁走)
罗广辉
2025-07-18 2ab05fcf16c5680a197def16c29942eed7fa71a5
feat: 跳后台无效
1 files modified
3 ■■■■ changed files
src/permission.js 3 ●●●● patch | view | raw | blame | history
src/permission.js
@@ -47,9 +47,8 @@
  store.commit('SET_IS_MENU', isMenu === undefined)
  const menuAll = getStore({ name: 'menuAll' })
  if (getToken()) {
    if (!menuAll) {
    if (!menuAll?.length) {
      store.dispatch('GetMenu').then(data => {
        if (data.length !== 0) {
          router.$avueRouter.formatRoutes(data, true)