修复:优化访客模式
This commit is contained in:
@@ -401,6 +401,7 @@ const yszc = () => {
|
||||
* 页面跳转
|
||||
*/
|
||||
const onPageSwitch = (url: string) => {
|
||||
uni.setStorageSync('state', 'true');
|
||||
uni.switchTab({
|
||||
url: url,
|
||||
})
|
||||
@@ -446,7 +447,6 @@ const getOS = () =>{
|
||||
const oprateOs = uni.getSystemInfoSync().platform
|
||||
console.log(oprateOs, 'oprateOs');
|
||||
isAndorid.value = oprateOs === "android" ? true : false
|
||||
console.log(isAndorid.value);
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user