yyb
10 天以前 552ec6b7d8ccc56c379da195fc6c9c74312b1070
1
2
3
4
5
6
import { getOaPageConfig } from "./oaPageRegistry.js";
 
export function useOaPage(pageKey) {
  const config = getOaPageConfig(pageKey);
  return { pageKey, config };
}