mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
🔨 perf(web):
This commit is contained in:
parent
4e50e1350c
commit
d3808eab02
Binary file not shown.
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 85 KiB |
Binary file not shown.
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 56 KiB |
1
web-vue/src/d.ts/components.d.ts
vendored
1
web-vue/src/d.ts/components.d.ts
vendored
@ -40,6 +40,7 @@ declare module 'vue' {
|
||||
AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
|
||||
ALayout: typeof import('ant-design-vue/es')['Layout']
|
||||
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent']
|
||||
ALayoutFooter: typeof import('ant-design-vue/es')['LayoutFooter']
|
||||
ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider']
|
||||
AList: typeof import('ant-design-vue/es')['List']
|
||||
AListItem: typeof import('ant-design-vue/es')['ListItem']
|
||||
|
@ -38,7 +38,9 @@
|
||||
|
||||
<div v-show="showFooter" class="footer">
|
||||
<a-button type="text">
|
||||
<a href="https://jpom.top" target="_blank">Copyright © 2019-{{ new Date().getFullYear() }} By Jpom</a>
|
||||
<a href="https://jpom.top" target="_blank">
|
||||
Jpom ©2019-{{ new Date().getFullYear() }} Of Him Code Technology Studio
|
||||
</a>
|
||||
</a-button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -50,6 +50,9 @@
|
||||
</keep-alive>
|
||||
</router-view>
|
||||
</a-layout-content>
|
||||
<a-layout-footer v-show="false" style="text-align: center">
|
||||
Jpom ©2019-{{ new Date().getFullYear() }} Of Him Code Technology Studio
|
||||
</a-layout-footer>
|
||||
</a-layout>
|
||||
</a-layout>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user