fix: 功能优化完善。

This commit is contained in:
tianyongbao
2026-07-12 14:23:18 +08:00
parent cc1ccad308
commit 88cf663855
4 changed files with 79 additions and 9 deletions

View File

@@ -59,7 +59,7 @@
</view>
<view class="footer-section">
<text class="copyright-text">Copyright © 2026 qdintc All Rights Reserved.</text>
<text class="copyright-text">Copyright © {{ currentYear }} qdintc All Rights Reserved.</text>
</view>
<u-toast ref="uToast"></u-toast>
@@ -72,6 +72,8 @@
export default {
data() {
return {
// 动态显示当前年份
currentYear: new Date().getFullYear(),
user: {
username: '',
password: '',