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) + } }, }