src/tabviews/commontable/index.jsx
@@ -91,11 +91,13 @@ config = '' } try { // 配置信息解析 userConfig = JSON.parse(window.decodeURIComponent(window.atob(result.LongParamUser))) } catch (e) { console.warn('Parse Failure') userConfig = '' if (result.LongParamUser) { try { // 配置信息解析 userConfig = JSON.parse(window.decodeURIComponent(window.atob(result.LongParamUser))) } catch (e) { console.warn('Parse Failure') userConfig = '' } } // 页面配置解析错误时提示