From 39b10060f014c66b92de48f9c25efe3f0e52e337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=AF=E8=88=AA=E8=80=81=E9=BD=90?= <280645618@qq.com> Date: Mon, 29 Dec 2025 15:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=B7=B3=E8=BD=AC=E6=8E=88?= =?UTF-8?q?=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue/src/views/shop/online_shop.vue | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/vue/src/views/shop/online_shop.vue b/vue/src/views/shop/online_shop.vue index bd050539..93ea82d2 100644 --- a/vue/src/views/shop/online_shop.vue +++ b/vue/src/views/shop/online_shop.vue @@ -111,14 +111,14 @@ v-hasPermi="['shop:shop:remove']" >删除 - 更新AccessToken + 更新AccessToken @@ -196,6 +196,7 @@ @@ -296,6 +297,10 @@ export default { }; this.resetForm("form"); }, + getTokenUrl(){ + console.log("手动跳转授权") + window.location.href = this.tokenForm.url + }, /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1;