Skip to content

Commit

Permalink
Update core.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iineva committed Aug 27, 2024
1 parent 9c9004d commit 769d89e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
(row.history || []).find(r => r.type === 1) :
(row.history || []).find(r => r.type === 0)
)
if (needGoAppPage) {
// if (needGoAppPage) {
if (false) {
return `goToLink(null, '/app?id=${row.id}')`
}

Expand Down

0 comments on commit 769d89e

Please sign in to comment.