hookehuyr

refactor: 移除未使用的工具函数导入

移除了 `getUrlParams` 和 `stringifyQuery` 两个未使用的工具函数导入,以简化代码并提高可维护性。
......@@ -18,7 +18,7 @@ import vConsole from "@/utils/vconsole";
import wx from "weixin-js-sdk";
import { wxJsAPI } from "@/api/wx/config";
import { apiList } from "@/api/wx/jsApiList.js";
import { wxInfo, getUrlParams, stringifyQuery } from "@/utils/tools";
import { wxInfo } from "@/utils/tools";
import 'vant/es/toast/style'
......