@@ -82,7 +82,7 @@
const fromPage = ref('');
// 新增变量
- const fromAppShare = ref(true) // 是否来自APP分享
+ const fromAppShare = ref(false) // 是否来自APP分享
const store = useIsCanBack();