From e1bd66419766db0c4d6bdecce567350d5b06ab4e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 06 Feb 2026 11:20:24 +0800
Subject: [PATCH] feat:去除微信好友,朋友圈
---
uniapps/work-app/src/utils/common/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/uniapps/work-app/src/utils/common/index.js b/uniapps/work-app/src/utils/common/index.js
index 605ed86..ca80003 100644
--- a/uniapps/work-app/src/utils/common/index.js
+++ b/uniapps/work-app/src/utils/common/index.js
@@ -72,7 +72,7 @@
// 1. 处理用户参数
const userParams = userStore?.userInfo ? JSON.stringify(userStore.userInfo) : '{}'
// 2. 构建查询参数字符串
- let queryString = `params=${encodeURIComponent(userParams)}&topMargin=${statusBarHeight}&uniPlatform=${uniPlatform}`
+ let queryString = `topMargin=${statusBarHeight}&uniPlatform=${uniPlatform}`
// 3. 处理 otherParams 对象
if (otherParams && typeof otherParams === 'object') {
--
Gitblit v1.9.3