首页应用入口跳转
This commit is contained in:
@@ -257,8 +257,10 @@ export default {
|
||||
})
|
||||
},
|
||||
openApp(row) {
|
||||
if(row.appId) {
|
||||
if(row.type == 1) {
|
||||
uni.navigateToMiniProgram({appId: row.appId});
|
||||
}else { //type0 内置应用
|
||||
uni.navigateTo({url: row.modulePath})
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user