This commit is contained in:
2024-02-21 18:08:27 +08:00
parent e06abe3233
commit 9cef00a472
12 changed files with 431 additions and 106 deletions

View File

@@ -4,7 +4,7 @@
<view class="userInfo-wrap">
<view class="userInfo">
<text class="p1">{{userName}}</text>
<text class="p2">欢迎进入海亮平板系统</text>
<text class="p2">欢迎进入诺力三期平板系统</text>
</view>
<view class="exit" @tap="Quit">
<view class="icon-exit"></view>
@@ -58,6 +58,11 @@
if (e.sonTree.length > 0) {
this.show = true
this.secM = e.sonTree
} else {
let url = e.router
uni.redirectTo({
url: url
})
}
},
toPage2 (e) {