微信登录调试

This commit is contained in:
冯辉
2025-10-20 11:05:11 +08:00
parent 959e9ee9e4
commit ae91ded327
18 changed files with 366 additions and 212 deletions

View File

@@ -23,8 +23,8 @@ import {
createSSRApp,
} from 'vue'
const foldFeature = window.visualViewport && 'segments' in window.visualViewport
console.log('是否支持多段屏幕:', foldFeature)
// const foldFeature = window.visualViewport && 'segments' in window.visualViewport
// console.log('是否支持多段屏幕:', foldFeature)
// 全局组件
export function createApp() {