|
|
@@ -3,7 +3,7 @@
|
|
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" autocomplete="on" label-position="left">
|
|
|
|
|
|
<div class="title-container">
|
|
|
- <h3 class="title">Login Form</h3>
|
|
|
+ <h3 class="title">Login</h3>
|
|
|
</div>
|
|
|
|
|
|
<el-form-item prop="domain">
|
|
|
@@ -47,25 +47,9 @@
|
|
|
<el-button :loading="loading" type="primary" style="width:100%;margin-bottom:30px;" @click.native.prevent="handleLogin">Login</el-button>
|
|
|
|
|
|
<div style="position:relative">
|
|
|
- <div class="tips">
|
|
|
- <span>Username : admin</span>
|
|
|
- <span>Password : admin</span>
|
|
|
- </div>
|
|
|
- <div class="tips">
|
|
|
- <span style="margin-right:18px;">Username : editor</span>
|
|
|
- <span>Password : editor</span>
|
|
|
- </div>
|
|
|
- <el-button class="thirdparty-button" type="primary" @click="showDialog=true">
|
|
|
- Or connect with
|
|
|
- </el-button>
|
|
|
+ <social-sign />
|
|
|
</div>
|
|
|
</el-form>
|
|
|
-
|
|
|
- <el-dialog title="Or connect with" :visible.sync="showDialog">
|
|
|
- Can not be simulated on local, so please combine you own business simulation! ! !
|
|
|
- <br><br><br>
|
|
|
- <social-sign />
|
|
|
- </el-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -104,7 +88,6 @@ export default {
|
|
|
passwordType: 'password',
|
|
|
capsTooltip: false,
|
|
|
loading: false,
|
|
|
- showDialog: false,
|
|
|
redirect: undefined,
|
|
|
otherQuery: {}
|
|
|
}
|