From 0fe517671c053623f6aae5b255dec155d6063360 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Tue, 12 Dec 2023 18:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B7=B3=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/main.vue b/src/views/main.vue index 9353ad0..5d50419 100644 --- a/src/views/main.vue +++ b/src/views/main.vue @@ -628,8 +628,9 @@ export default { localStorage.setItem('daotian_to_admin_avatar', obj.imgSrc) localStorage.setItem('daotian_to_admin_username', obj.user.userName ? obj.user.userName : obj.user.nickName) localStorage.setItem('daotian_to_admin_roleid', obj.user.agencyRoleId) - // window.location.href = 'http://idaotian.com/dist2.0.0/#/merchantManagement/homePage' - window.open('http://idaotian.com/dist2.0.0/#/merchantManagement/homePage') + console.log('getbocaiToken',obj); + // window.location.href = 'http://www.idaotian.com/dist2.0.0/#/merchantManagement/homePage' + window.open('http://www.idaotian.com/dist2.0.0/#/merchantManagement/homePage') } }, goJiaofu() { @@ -644,8 +645,8 @@ export default { localStorage.setItem('daotian_to_admin_avatar', obj.imgSrc) localStorage.setItem('daotian_to_admin_username', obj.user.userName ? obj.user.userName : obj.user.nickName) localStorage.setItem('daotian_to_admin_roleid', obj.user.agencyRoleId) - // window.location.href = 'http://idaotian.com/dist2.0.0/#/other/delivery' - window.open('http://idaotian.com/dist2.0.0/#/other/delivery') + // window.location.href = 'http://www.idaotian.com/dist2.0.0/#/other/delivery' + window.open('http://www.idaotian.com/dist2.0.0/#/other/delivery') } }, },