Commit b5107db5 authored by 李苏's avatar 李苏 💬

删除调整

parent 8eefc076
...@@ -189,7 +189,8 @@ ...@@ -189,7 +189,8 @@
// 二次登录 // 二次登录
loginT(){ loginT(){
let _this =this; let _this =this;
http.config.baseUrl = _this.sedyrl; http.config.baseUrl = _this.sedyrl;
this.$http.post(this.loginurl,{}).then((resp) => { this.$http.post(this.loginurl,{}).then((resp) => {
if(resp.data.success){ if(resp.data.success){
console.log("success") console.log("success")
...@@ -229,7 +230,7 @@ ...@@ -229,7 +230,7 @@
console.log("用户名获取成功") console.log("用户名获取成功")
} }
}); });
this.$router.go(0) // this.$router.go(0)
//ACCESS_TOKEN //ACCESS_TOKEN
this.$tip.success('登录成功!') this.$tip.success('登录成功!')
this.$Router.replaceAll({name:'index'}) this.$Router.replaceAll({name:'index'})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment