From 7c39f3b942e033c6a7ae51eea48dc9230f7dbdf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=91=AB?= Date: Thu, 17 Dec 2020 22:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=94=A8=E6=B3=A8=E9=87=8A=E7=AD=89?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8F=8A=E9=83=A8=E5=88=86=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/center.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 +