This commit is contained in:
白菜
2025-07-21 23:00:41 +08:00
parent 000c8fec25
commit b68f2608f3
13 changed files with 70 additions and 133 deletions

View File

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