|
@@ -8,16 +8,16 @@
|
|
|
忘记密码
|
|
|
</router-link>
|
|
|
</a-form-model-item>-->
|
|
|
- <a-form-item style="margin-top:5px">
|
|
|
- <a-button size="large" style="background-color: rgb(24,144,255)" type="primary" htmlType="submit" class="login-button" :loading="loginBtn" @click.stop.prevent="handleSubmit" :disabled="loginBtn">确定
|
|
|
+ <a-form-item style="margin-top:15px">
|
|
|
+ <a-button size="large" style="background-color: rgb(24,144,255)" type="primary" htmlType="submit" class="login-button" :loading="loginBtn" @click.stop.prevent="handleSubmit" :disabled="loginBtn">登录
|
|
|
</a-button>
|
|
|
- <a-button size="large" class="login-button">
|
|
|
- <router-link :to="{ name: 'register'}" class="login-button" >
|
|
|
- 注册账户
|
|
|
- </router-link>
|
|
|
- </a-button>
|
|
|
- <br>
|
|
|
- <div align="center"><a href="/土地资产信息上报系统简明使用手册.pdf" target="_blank">操作指南(填报单位)</a></div>
|
|
|
+<!-- <a-button size="large" class="login-button">-->
|
|
|
+<!-- <router-link :to="{ name: 'register'}" class="login-button" >-->
|
|
|
+<!-- 注册账户-->
|
|
|
+<!-- </router-link>-->
|
|
|
+<!-- </a-button>-->
|
|
|
+<!-- <br>-->
|
|
|
+<!-- <div align="center"><a href="/土地资产信息上报系统简明使用手册.pdf" target="_blank">操作指南(填报单位)</a></div>-->
|
|
|
</a-form-item>
|
|
|
|
|
|
</a-form-model>
|
|
@@ -122,7 +122,7 @@ export default {
|
|
|
//登录成功
|
|
|
loginSuccess () {
|
|
|
|
|
|
- this.$router.push({ path: "/dashboard/analysis" }).catch(()=>{
|
|
|
+ this.$router.push({ path: "/tj/sjtjModules" }).catch(()=>{
|
|
|
console.log('登录跳转首页出错,这个错误从哪里来的')
|
|
|
})
|
|
|
this.$notification.success({
|
|
@@ -159,12 +159,12 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.user-layout-login {
|
|
|
background: url(~@/assets/login/login-bg.png) no-repeat;
|
|
|
- height: 560px;
|
|
|
+ height: 448px;
|
|
|
width: 474px;
|
|
|
//right:20%;
|
|
|
background-size: cover;
|
|
|
background-position: center;
|
|
|
- padding-top: 158px ;
|
|
|
+ padding-top: 138px ;
|
|
|
padding-left: 34px;
|
|
|
label {
|
|
|
font-size: 14px;
|