统计分析模块储能设备开发

This commit is contained in:
ym1026
2025-09-02 17:05:10 +08:00
parent cc9a30e205
commit 75fcddb6b7
9 changed files with 1405 additions and 183 deletions

View File

@@ -1,5 +1,6 @@
<template>
<a-config-provider
:locale="locale"
:theme="{
token: {
colorPrimary: '#143d7d'
@@ -9,6 +10,12 @@
<router-view />
</a-config-provider>
</template>
<script setup>
import {ref} from 'vue'
import zhCN from 'ant-design-vue/es/locale/zh_CN'
const locale = ref(zhCN)
</script>
<style lang="scss">
#app {