From 48ab55a4a81e3a5f686c2eb0e3616a89686aa275 Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Tue, 24 Mar 2026 11:07:24 +0800
Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=88=AA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 29 +++++++++----------
pages/index/index.vue | 12 ++------
unpackage/dist/build/web/index.html | 2 +-
.../build/web/static/js/index.a72f86ab.js | 1 +
.../build/web/static/js/index.e32f15af.js | 1 -
.../static/js/pages-index-index.03246062.js | 1 +
.../static/js/pages-index-index.c83c8e53.js | 1 -
7 files changed, 20 insertions(+), 27 deletions(-)
create mode 100644 unpackage/dist/build/web/static/js/index.a72f86ab.js
delete mode 100644 unpackage/dist/build/web/static/js/index.e32f15af.js
create mode 100644 unpackage/dist/build/web/static/js/pages-index-index.03246062.js
delete mode 100644 unpackage/dist/build/web/static/js/pages-index-index.c83c8e53.js
diff --git a/App.vue b/App.vue
index 7d51e0e..2937a4e 100644
--- a/App.vue
+++ b/App.vue
@@ -388,20 +388,19 @@
return
}
- // 获取当前页面入口地址作为分享链接
- const currentUrl = window.location.href
- // 移除URL中的hash部分,只保留基础URL
- const baseUrl = currentUrl.split('#')[0]
- const shareImageUrl = `${window.location.origin}/h5/static/icon_logo.png`
-
- // 全局分享配置
- const shareConfig = {
- title: '胥口枢纽闸站公众号',
- desc: '主要功能为胥口闸站船只过闸预约、支付等功能',
- link: baseUrl,
- imgUrl: shareImageUrl,
- type: 'link'
- }
+ // 获取当前页面入口地址作为分享链接
+ const currentUrl = window.location.href
+ // 移除URL中的hash部分,只保留基础URL
+ const baseUrl = currentUrl.split('#')[0]
+
+ // 全局分享配置
+ const shareConfig = {
+ title: '胥口枢纽闸站公众号',
+ desc: '主要功能为胥口闸站船只过闸预约、支付等功能',
+ link: baseUrl,
+ imgUrl: window.location.origin + '/static/icon_logo.png',
+ type: 'link'
+ }
// 生成安全的分享链接
let safeShareUrl = shareConfig.link;
@@ -507,4 +506,4 @@
+
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 332c855..b2bb712 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -20,14 +20,7 @@
: "-"
}}m
-