zhangxiao
2024-08-29 c7ff3b73e5a42e6adc923c72b118b3134daf58ed
src/store/modules/user/index.ts
@@ -86,6 +86,7 @@
            setUserResources(JSON.stringify(this.resources))
        for (const r of this.resources) {
          if (r.menuType == 0) {
            return r.component
          }
        }