Commit fdf8fdd7440980db4ff5c8333956b1c4ebf6bb0d

Authored by wuxw
1 parent 68220d50

v1.9 改成2026

src/views/user/login/Login.vue
... ... @@ -24,7 +24,7 @@
24 24 </el-form>
25 25 <!-- Add a white line and copyright info below the form -->
26 26 <div class="divider"></div>
27   - <div class="copyright">©2020-2025 <span v-html="companyName"></span></div>
  27 + <div class="copyright">©2020-2026 <span v-html="companyName"></span></div>
28 28 </div>
29 29 <select-login-user ref="selectLoginUserRef" @select="handleSelect"></select-login-user>
30 30 </div>
... ...