Commit 342d2a1b6ec3f0dc64a1ceba1a93826898f76c7a

Authored by 田强
1 parent 7f14cc86

fix: initialState 缺失

Showing 1 changed file with 6 additions and 0 deletions
  1 +/**
  2 + * @see https://umijs.org/zh-CN/plugins/plugin-initial-state
  3 + * */
  4 +export async function getInitialState(): Promise<{}> {
  5 + return window.qx.getModuleData();
  6 +}