4444
This commit is contained in:
parent
577d9976fd
commit
97c79f0b62
@ -41,7 +41,7 @@ export const appDefaultConfig = {
|
||||
// 水印
|
||||
watermarkFlag: true,
|
||||
// 网站名称
|
||||
websiteName: 'SmartAdmin 3.X',
|
||||
websiteName: '肝胆相照病例库',
|
||||
// 主题颜色
|
||||
primaryColor: '#1677ff',
|
||||
// 紧凑
|
||||
|
||||
@ -11,26 +11,26 @@
|
||||
<a-space :size="10">
|
||||
<div class="setting">
|
||||
<!---消息通知--->
|
||||
<HeaderMessage ref="headerMessage" />
|
||||
<!-- <HeaderMessage ref="headerMessage" />-->
|
||||
<!---国际化--->
|
||||
<!-- <a-button type="text" @click="showSetting" class="operate-icon">
|
||||
<template #icon><switcher-outlined /></template>
|
||||
i18n
|
||||
</a-button> -->
|
||||
<!---设置--->
|
||||
<a-button type="text" @click="showSetting" class="operate-icon">
|
||||
<template #icon><setting-outlined /></template>
|
||||
</a-button>
|
||||
<!-- <a-button type="text" @click="showSetting" class="operate-icon">-->
|
||||
<!-- <template #icon><setting-outlined /></template>-->
|
||||
<!-- </a-button>-->
|
||||
</div>
|
||||
<!---头像信息--->
|
||||
<div class="user-space-item">
|
||||
<HeaderAvatar />
|
||||
</div>
|
||||
<!---帮助文档--->
|
||||
<div class="user-space-item" @click="showHelpDoc" v-if="showHelpDocFlag">
|
||||
<span>帮助文档</span>
|
||||
<DoubleLeftOutlined v-if="!helpDocExpandFlag" />
|
||||
</div>
|
||||
<!-- <div class="user-space-item" @click="showHelpDoc" v-if="showHelpDocFlag">-->
|
||||
<!-- <span>帮助文档</span>-->
|
||||
<!-- <DoubleLeftOutlined v-if="!helpDocExpandFlag" />-->
|
||||
<!-- </div>-->
|
||||
|
||||
<HeaderSetting ref="headerSetting" />
|
||||
</a-space>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user