修改密码跳转

1.0.0
黄崇栋 6 years ago
parent a7a3b35cd7
commit d9d9bab453

Binary file not shown.

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

Loading…
Cancel
Save