From 23dabfbd69315394d08f38879b451daf4cfed3d1 Mon Sep 17 00:00:00 2001 From: liubo <1060247260@qq.com> Date: Sat, 3 Jun 2023 17:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=B9=B3=E5=8F=B0=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 4e19e64..d0c540a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -34,7 +34,7 @@ export default { }; sessionStorage.setItem("CX_Common_UserInfo", JSON.stringify(token)); // this.vipID = JSON.parse(sessionStorage.getItem("userInfo")).id; - } else if (props?.platform === "operation") { // 运营平台 + } else if (props?.platform === "front") { // 运营平台 const token = { isSelfSupport: 1, access_token: JSON.parse(sessionStorage.getItem("CX_STAGE_USERINFO"))