From 769d89e81da7c1e0649ae8e6bb2e15d3c5e03990 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 27 Aug 2024 11:50:06 +0800 Subject: [PATCH] Update core.js --- public/js/core.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/core.js b/public/js/core.js index 32fcff3..64d2c4b 100644 --- a/public/js/core.js +++ b/public/js/core.js @@ -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}')` }