From 76184999822e1040755ce920b7dc8d36d267d0ce Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 15 Oct 2025 13:59:36 +0800
Subject: [PATCH] feat: 已执行,控制台
---
src/utils/common/index.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/utils/common/index.js b/src/utils/common/index.js
index 63a29a5..da64f3f 100644
--- a/src/utils/common/index.js
+++ b/src/utils/common/index.js
@@ -32,6 +32,7 @@
export function getWebViewUrl(targetUrl,otherParams){
const userStore = useUserStore()
const url = import.meta.env.VITE_APP_WEBVIEW_URL
+ console.log(url,686)
// 构建查询参数
const params = new URLSearchParams()
params.append('params', JSON.stringify(userStore?.userInfo))
--
Gitblit v1.9.3