菜单设置

This commit is contained in:
DESKTOP-H2PAFLR\Administrator
2023-08-02 13:36:44 +08:00
parent dbe6de22ad
commit a9dbcf1b5b
47 changed files with 38 additions and 25 deletions

View File

@@ -14,12 +14,7 @@
<!-- <el-tooltip content="布局大小" effect="dark" placement="bottom"> -->
<size-select id="size-select" class="right-menu-item hover-effect" />
<!-- </el-tooltip> -->
<el-tooltip content="源码地址" effect="dark" placement="bottom">
<zr-git class="right-menu-item hover-effect" />
</el-tooltip>
<el-tooltip content="文档地址" effect="dark" placement="bottom">
<zr-doc class="right-menu-item hover-effect" />
</el-tooltip>
</template>
<!-- 通知 -->
<div class="right-menu-item">

View File

@@ -3,7 +3,7 @@ module.exports = {
* 框架版本号
*/
version: '3.8.1',
title: 'ZrAdmin.NET-后台管理',
title: '上海干巷MES',
/**
* 主题颜色
*/

View File

View File

View File

@@ -0,0 +1,15 @@
<template>
<div>
unit
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>