This commit is contained in:
wangzhongjie 2025-04-11 10:59:43 +08:00
commit c5dfef44e5
2 changed files with 7 additions and 0 deletions

View File

@ -445,6 +445,12 @@ struct Index {
// console.log('sql error1', err)
// })
if (ret) {
if (globalThis.singlePlay) {
router.pushUrl({
url: 'pages/UserInfo',
}, router.RouterMode.Single)
return
}
getSyncData('MA_SYSSET').then(data => {
console.log('datadata', JSON.stringify(data))
// @ts-ignore

View File

@ -4,6 +4,7 @@ import { dateFormat } from '../common/utils/tools'
import promptAction from '@ohos.promptAction'
import FileUtil from '../common/utils/File'
import common from '@ohos.app.ability.common'
import deviceManager from '@ohos.distributedHardware.deviceManager'
@Entry
@Component