This commit is contained in:
gyq 2025-10-29 17:01:41 +08:00
parent fc9c395526
commit e463ca4802
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
</el-form-item>
<!-- DEV-START -->
<el-form-item label-width="0" v-if="env == 'development'">
<div class="tips" style="font-size: 16px;color: #333;">快捷输入账号</div>
<div class="tips" style="font-size: 16px;color: #333;">开发版快捷登录</div>
<div class="btn_wrap" style="display: flex;gap: 10px;flex-wrap: wrap;">
<el-button :type="item.type" v-for="item in accountList" @click="accountHandle(item)">
{{ item.label }}