去掉console

This commit is contained in:
liuye
2023-09-22 11:27:21 +08:00
parent 5dbee7114c
commit 96e9cfe264

View File

@@ -258,7 +258,6 @@ export default {
})
},
openApp(row) {
console.log(row)
if(row.type == 1) { //type 0:内置应用, 1:外链, 2tabbar页面
uni.navigateToMiniProgram({appId: row.appId});
}else if(row.type == 2) {