mirror of https://gitee.com/apiumc/Gateway.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
383 B
HTML
10 lines
383 B
HTML
|
|
<div class="el-form-item user el-input">
|
|
<input type="text" id="user" required autocomplete="on" placeholder="对接应用账号" name="Username" value="{name}" class="el-input__inner">
|
|
|
|
</div>
|
|
|
|
<div class="el-form-item password el-input">
|
|
|
|
<input type="password" autocomplete="on" placeholder="对接应用密码" name="Password" class="el-input__inner">
|
|
</div> |