菜单修改

This commit is contained in:
仲么了
2023-12-26 16:17:30 +08:00
parent c37fdba0e7
commit 0d24db0aca
10 changed files with 307 additions and 1996 deletions

View File

@@ -1,4 +1,10 @@
<template>
<router-view></router-view>
<el-config-provider :locale="zhCn">
<router-view></router-view>
</el-config-provider>
</template>
<script setup lang="ts"></script>
<script lang="ts" setup>
import { computed, ref } from 'vue'
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
</script>