fix: 修复扫码进入的问题

This commit is contained in:
2025-11-15 11:35:06 +08:00
parent 7221a86214
commit 86274c1a23
2 changed files with 3 additions and 15 deletions

View File

@@ -2,7 +2,6 @@ import Taro from "@tarojs/taro";
// 普通函数,不调用 useLoad
export const sceneRedirectLogic = (options, defaultPage: string) => {
console.log(options, 12345)
if (!options.scene) return;
try {