Go to file
34701892@qq.com e8a9f2cb91 refactor(微信分享): 将微信小程序消息发送逻辑从组件移到index.html
将微信小程序的消息发送逻辑从indexNewsInfo.vue组件中移除,改为在index.html中统一处理
添加URL参数解析功能以支持从URL获取分享参数
2025-12-25 15:19:22 +08:00
src refactor(微信分享): 将微信小程序消息发送逻辑从组件移到index.html 2025-12-25 15:19:22 +08:00
.env 首次提交 2025-08-10 16:44:02 +08:00
.env.development fix: 更新API基础URL并添加分享时间验证 2025-12-22 11:04:25 +08:00
.env.production chore: 更新生产环境和开发环境的API地址 2025-12-18 14:08:31 +08:00
.gitignore 首次提交 2025-08-10 16:44:02 +08:00
index.html refactor(微信分享): 将微信小程序消息发送逻辑从组件移到index.html 2025-12-25 15:19:22 +08:00
package-lock.json feat(login): 添加H5登录弹窗支持并集成jweixin-module 2025-09-09 15:46:49 +08:00
package.json feat(login): 添加H5登录弹窗支持并集成jweixin-module 2025-09-09 15:46:49 +08:00
redirect.html 首次提交 2025-08-10 16:44:02 +08:00
tsconfig.json 首次提交 2025-08-10 16:44:02 +08:00
vite.config.ts fix: 更新API基础URL并添加分享时间验证 2025-12-22 11:04:25 +08:00