mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
统计分析模块储能设备开发
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user