From 58c478c8175aeb49c950da0bbdfd0a33be6a52be Mon Sep 17 00:00:00 2001 From: wwxin <2463926940@qq.com> Date: Mon, 29 Jul 2024 17:28:20 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=95=B4=E5=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +- src/pages/agreement.vue | 4 +- src/pages/home.vue | 98 +++++++++-------------------------------- src/util/finger.js | 8 ---- src/util/http/env.js | 5 +-- src/util/http/index.js | 21 +-------- src/util/tool/index.js | 37 ++++++++++++++++ 7 files changed, 65 insertions(+), 111 deletions(-) delete mode 100644 src/util/finger.js diff --git a/src/App.vue b/src/App.vue index 22e1ff6..be40cf4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@ * @Author: wwxin * @Date: 2022-09-17 14:20:36 * @LastEditors: wwxin 2463926940@qq.com - * @LastEditTime: 2024-07-29 11:14:34 + * @LastEditTime: 2024-07-29 15:30:04 * @FilePath: /ll-web-channel-saas-merchant/src/App.vue * @Description: * @@ -12,6 +12,7 @@ import Fingerprint2 from 'fingerprintjs2' export default { onLaunch (options) { + console.log(options,'options11小程序启动参数'); // 在小程序启动时(包括从其他小程序打开时)获取传递过来的参数 if (options.referrerInfo && options.referrerInfo.extraData) { this.handleIncomingData(options.referrerInfo.extraData); diff --git a/src/pages/agreement.vue b/src/pages/agreement.vue index eab5bdb..7e142e1 100644 --- a/src/pages/agreement.vue +++ b/src/pages/agreement.vue @@ -2,7 +2,7 @@ * @Author: wwxin * @Date: 2023-12-08 13:58:32 * @LastEditors: wwxin 2463926940@qq.com - * @LastEditTime: 2024-07-29 11:33:49 + * @LastEditTime: 2024-07-29 15:23:50 * @FilePath: /sharetea-user/src/pagesUser/profile.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -44,7 +44,7 @@ export default { background: #fff; width: 100%; height: 100vh; - padding: 20px; + padding: 20px; image { width: 100%; height: 100%; diff --git a/src/pages/home.vue b/src/pages/home.vue index 36ab4d2..97bd57d 100644 --- a/src/pages/home.vue +++ b/src/pages/home.vue @@ -1,6 +1,6 @@