diff --git a/src/views/center.vue b/src/views/center.vue index 9570438..1c1a450 100644 --- a/src/views/center.vue +++ b/src/views/center.vue @@ -35,18 +35,23 @@ export default { }, methods: { editPwd() { - // 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/edit", "_self" ); }); + // this.$api.httpApi.userCenter({ + // data: { + // pageNum:this.pageNum, + // pageSize:this.pageSize, + // } + // }).then(res => { + // console.log(res) + // }); } }, mounted() { @@ -82,4 +87,4 @@ export default { } } } - \ No newline at end of file +