This commit is contained in:
parent
fc9c395526
commit
e463ca4802
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue