修改密码跳转

1.0.0
黄崇栋 6 years ago
parent a7a3b35cd7
commit d9d9bab453

Binary file not shown.

@ -35,15 +35,15 @@ export default {
}, },
methods: { methods: {
editPwd() { editPwd() {
localStorage.clear(); // localStorage.clear();
sessionStorage.clear(); // sessionStorage.clear();
this.$axios({ this.$axios({
url: "/app/userCenter", url: "/app/userCenter",
method: "GET" method: "GET"
}).then(res => { }).then(res => {
// res.url = "http://localhost:8080"; // res.url = "http://localhost:8080";
window.open( window.open(
res.data.url + "?redirect=" + location.origin + "#/center", res.data.url + "?redirect=" + location.origin + "#/center/edit",
"_self" "_self"
); );
}); });

Loading…
Cancel
Save