|
|
|
@ -38,7 +38,7 @@
|
|
|
|
|
<el-input show-password v-model="loginForm.password"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button type="primary" @click="register">登录</el-button>
|
|
|
|
|
<el-button type="primary" @click="login">登录</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form>
|
|
|
|
|
</el-tab-pane>
|
|
|
|
|