This commit is contained in:
wucongxing8150 2025-08-15 16:24:13 +08:00
parent 577d9976fd
commit 97c79f0b62
2 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ export const appDefaultConfig = {
// 水印 // 水印
watermarkFlag: true, watermarkFlag: true,
// 网站名称 // 网站名称
websiteName: 'SmartAdmin 3.X', websiteName: '肝胆相照病例库',
// 主题颜色 // 主题颜色
primaryColor: '#1677ff', primaryColor: '#1677ff',
// 紧凑 // 紧凑

View File

@ -11,26 +11,26 @@
<a-space :size="10"> <a-space :size="10">
<div class="setting"> <div class="setting">
<!---消息通知---> <!---消息通知--->
<HeaderMessage ref="headerMessage" /> <!-- <HeaderMessage ref="headerMessage" />-->
<!---国际化---> <!---国际化--->
<!-- <a-button type="text" @click="showSetting" class="operate-icon"> <!-- <a-button type="text" @click="showSetting" class="operate-icon">
<template #icon><switcher-outlined /></template> <template #icon><switcher-outlined /></template>
i18n i18n
</a-button> --> </a-button> -->
<!---设置---> <!---设置--->
<a-button type="text" @click="showSetting" class="operate-icon"> <!-- <a-button type="text" @click="showSetting" class="operate-icon">-->
<template #icon><setting-outlined /></template> <!-- <template #icon><setting-outlined /></template>-->
</a-button> <!-- </a-button>-->
</div> </div>
<!---头像信息---> <!---头像信息--->
<div class="user-space-item"> <div class="user-space-item">
<HeaderAvatar /> <HeaderAvatar />
</div> </div>
<!---帮助文档---> <!---帮助文档--->
<div class="user-space-item" @click="showHelpDoc" v-if="showHelpDocFlag"> <!-- <div class="user-space-item" @click="showHelpDoc" v-if="showHelpDocFlag">-->
<span>帮助文档</span> <!-- <span>帮助文档</span>-->
<DoubleLeftOutlined v-if="!helpDocExpandFlag" /> <!-- <DoubleLeftOutlined v-if="!helpDocExpandFlag" />-->
</div> <!-- </div>-->
<HeaderSetting ref="headerSetting" /> <HeaderSetting ref="headerSetting" />
</a-space> </a-space>