app.ts 165 Bytes Raw Blame History Permalink 1 2 3 4 5 6 /** * @see https://umijs.org/zh-CN/plugins/plugin-initial-state * */ export async function getInitialState(): Promise<{}> { return window.qx.getModuleData(); }