jiangping
2024-12-11 1f1314898348fe7d24a2b4314cf6c4d97435d9f6
h5/pages/staff/index.vue
@@ -151,7 +151,7 @@
         return permissions.indexOf(str) > -1
      },
      loginOut() {
         logoutPost()
         logoutPost({isH5: 1})
         this.$store.commit('empty')
         window.location.href = app_url
      },