docs(componentList): 添加导出组件功能的特殊说明

- 在onExportComponent函数中增加注释说明next.js代理异常问题
- 提醒开发者在dev模式下可能出现二进制数据处理异常
- 建议使用pnpm run build和pnpm run start运行项目以避免问题
master
钟良源 2 months ago
parent b866b14e64
commit 8d7e1e9a53

@ -414,6 +414,10 @@ const GlobalVarContainer = () => {
// 修改导出组件的回调函数
const onExportComponent = async (row) => {
/*
* next.js 使rewrites 使dev
* 使 pnpm run build pnpm run start
* */
try {
const res: any = await exportComponent(row.id);

Loading…
Cancel
Save