Sign in
田强
/
qx-apaas-runtime
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
342d2a1b6ec3f0dc64a1ceba1a93826898f76c7a
Authored by
田强
2022-11-25 11:57:40 +0800
1 parent
7f14cc86
fix: initialState 缺失
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/app.ts
src/app.ts
0 → 100644
View file @
342d2a1
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
+
}
...
...