Commit b45f6e5d2f9a50876e234539e010e856ffa2987c
1 parent
43d5e837
登陆页面
Showing
1 changed file
with
1 additions
and
1 deletions
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 {{companyName}}</div> | |
| 27 | + <div class="copyright">©2020-2025 <span v-html="companyName"></span></div> | |
| 28 | 28 | </div> |
| 29 | 29 | <select-login-user ref="selectLoginUserRef" @select="handleSelect"></select-login-user> |
| 30 | 30 | </div> | ... | ... |