src/views/login/index.vue
@@ -135,9 +135,9 @@ </el-form> <div class="sao">微信扫码登录</div> <div class="copyright"> <p>江东金具设备有限公司</p> <p>版权所有Copyright ©️ 2012-2021 ZTT.All Rights Reserved.</p> <p>[苏ICP备10047815号-1]</p> <!-- <p>有限公司</p> <p>版权所有Copyright ©️ </p> <p>[苏ICP备10047815号-1]</p> --> </div> </div> </div> @@ -218,6 +218,7 @@ this.$message.success("登录成功") this.btnload = false this.$router.push({ path: this.redirect || '/' }) // this.$router.push('/') }).catch((error) => { this.$message.error(error.message) this.btnload = false