登录页

This commit is contained in:
姚亚男
2021-09-17 15:47:04 +08:00
parent 15d1c54ca4
commit fff84aaa2f
13 changed files with 554 additions and 1088 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
:type="collapsed ? 'menu-unfold' : 'menu-fold'"
@click="toggle"/>
<span v-if="device === 'desktop'">欢迎进入 Jero-Boot 平台</span>
<span v-if="device === 'desktop'">欢迎进入来款系统管理平台</span>
<span v-else>Jero-Boot</span>
<user-menu :theme="theme"/>