Skip to content

Commit

Permalink
My signed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wjywy committed Oct 30, 2024
1 parent 8ae2994 commit 7713ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolbars/generate-vue/src/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const fetchCode = async ({ platform, app, pageInfo, tenant } = {}) =>
}
)

// 获取页面依赖的关联应用数据: i18n/dataSource等
// 获取页面依赖的关联应用数据: i18n/dataSource等.
export const fetchMetaData = async ({ platform, app, type, id, history, tenant } = {}) =>
id
? http.get('/app-center/api/preview/metadata', {
Expand Down

0 comments on commit 7713ddd

Please sign in to comment.