fix: 把左上角那个小房子 按钮就去掉吧
parent
0983b530bd
commit
3320eb491c
|
@ -24,6 +24,7 @@ declare module 'vue' {
|
|||
ARow: typeof import('ant-design-vue/es')['Row']
|
||||
ASubMenu: typeof import('ant-design-vue/es')['SubMenu']
|
||||
ASwitch: typeof import('ant-design-vue/es')['Switch']
|
||||
ATextarea: typeof import('ant-design-vue/es')['Textarea']
|
||||
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
|
||||
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
||||
Empty: typeof import('./src/components/empty/Empty.vue')['default']
|
||||
|
|
Binary file not shown.
|
@ -5,9 +5,9 @@
|
|||
<img :src="pageConfigs.headerLogo" alt="" class="pull-left" />
|
||||
</div>
|
||||
<Divider class="split-line" type="vertical"></Divider>
|
||||
<router-link to="/sms-web/resource_dashboard">
|
||||
<!-- <router-link to="/sms-web/resource_dashboard">
|
||||
<HomeOutlined class="home-icon" />
|
||||
</router-link>
|
||||
</router-link> -->
|
||||
<HeaderMenu :page-configs="pageConfigs"></HeaderMenu>
|
||||
<RightContent />
|
||||
</a-layout-header>
|
||||
|
@ -17,7 +17,7 @@
|
|||
import RightContent from './rightContent.vue'
|
||||
import HeaderMenu from './headerMenu.vue'
|
||||
import { computed, defineComponent } from 'vue'
|
||||
import { HomeOutlined } from '@ant-design/icons-vue'
|
||||
// import { HomeOutlined } from '@ant-design/icons-vue'
|
||||
import { Divider } from 'ant-design-vue'
|
||||
import { useStore } from 'vuex'
|
||||
|
||||
|
@ -26,7 +26,7 @@ export default defineComponent({
|
|||
RightContent,
|
||||
Divider,
|
||||
HeaderMenu,
|
||||
HomeOutlined,
|
||||
// HomeOutlined,
|
||||
},
|
||||
setup() {
|
||||
const store = useStore()
|
||||
|
|
Loading…
Reference in New Issue