wangguoyu hace 1 mes
padre
commit
346ee51041
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/Login/clientIndex.vue

+ 1 - 1
pages/Login/clientIndex.vue

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