在路由权限校验中获取设备列表

This commit is contained in:
白菜
2025-07-23 21:35:40 +08:00
parent b68f2608f3
commit fe14089562
3 changed files with 8 additions and 8 deletions

View File

@ -11,10 +11,6 @@ import ThemePicker from "@/components/ThemePicker"
export default {
name: "App",
components: { ThemePicker },
mounted() {
//获取站点列表
this.$store.dispatch('getZdList')
}
}
</script>
<style scoped>