fix: 调整错误处理机制

- 移出抛出错误的方法
This commit is contained in:
2025-09-28 15:57:40 +08:00
parent 94196ffdfe
commit dbd9346362
3 changed files with 0 additions and 15 deletions

View File

@ -154,11 +154,6 @@
watch(error, (value) => {
if (value) {
console.error('数据获取失败: ', value);
throw createError({
statusCode: 500,
statusMessage: 'CMS数据获取失败',
fatal: true,
});
}
});