update at 2026-02-14 10:17:02
This commit is contained in:
@@ -275,7 +275,7 @@ function buildColumnRenderRows(headers, sourceDataColumn, sourceDescMap, targetD
|
||||
function toFriendlyParseError(error, fallbackMessage) {
|
||||
const message = error && error.message ? String(error.message) : '';
|
||||
if (message.indexOf('xlsx 解析') >= 0) {
|
||||
return '当前环境未启用 xlsx 解析,请先在开发者工具执行“构建 npm”';
|
||||
return message || '当前环境未启用 xlsx 解析,请先在开发者工具执行“构建 npm”';
|
||||
}
|
||||
return message || fallbackMessage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user