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