From 160f8dd4695eab891b975b2f091846d880a88d7f Mon Sep 17 00:00:00 2001 From: cyl Date: Mon, 20 Nov 2023 15:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=9A=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=87=B3=E6=96=B0=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/main.vue b/src/views/main.vue index 4ff826d..81ca7b1 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -101,8 +101,10 @@ - -
+ +
商家后台 @@ -636,6 +638,10 @@ export default { // window.location.reload(); this.reload() }, + + goAdmin(){ + window.open('http://localhost:3000/merchantManagement/homePage?token=' + JSON.parse(localStorage.getItem("LOGIN_DATA")).token) + } }, }