去除app.vue报错

This commit is contained in:
2024-11-01 16:48:32 +08:00
parent 02be200b9b
commit c066341ee6

View File

@@ -10,9 +10,6 @@ App.vue本身不是页面这里不能编写视图元素也就是没有<tem
onLaunch(() => {
uni.hideTabBar()
// #ifdef MP-WEIXIN
uni.setInnerAudioOption({
obeyMuteSwitch: false
});
const updateManager = wx.getUpdateManager() // 小程序版本更新管理器
updateManager.onCheckForUpdate(function(res) {
// 请求完新版本信息的回调