feat: 小程序跳转改用明文 URL Scheme

- UrlSchemeLauncher: 使用明文 Scheme 格式,无需后端 API 生成
- HomePage: 修复 path 格式,去掉开头斜杠以匹配小程序后台配置

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
zdl
2025-12-12 19:06:21 +08:00
parent 32f398df7a
commit f990b0a142
2 changed files with 25 additions and 10 deletions

View File

@@ -146,7 +146,7 @@ const HomePage: React.FC = () => {
zIndex={1000}
>
<MiniProgramLauncher
path="/pages/index/index"
path="pages/index/index"
buttonStyle={{
backgroundColor: '#07c160',
color: '#fff',