|
|
@@ -94,10 +94,10 @@ function onCancel() {
|
|
|
// 返回列表页
|
|
|
function goBack() {
|
|
|
if (settingsStore.settings.tabbar.enable && settingsStore.settings.tabbar.mergeTabsBy !== 'activeMenu') {
|
|
|
- tabbar.close({ name: 'appCenterAppList' })
|
|
|
+ tabbar.close({ name: 'appStore' })
|
|
|
}
|
|
|
else {
|
|
|
- router.push({ name: 'appCenterAppList' })
|
|
|
+ router.push({ name: 'appStore' })
|
|
|
}
|
|
|
}
|
|
|
</script>
|