style: common component style
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// 运行时配置
|
||||
|
||||
// 全局初始化数据配置,用于 Layout 用户信息和权限初始化
|
||||
// 更多信息见文档:https://umijs.org/docs/api/runtime-config#getinitialstate
|
||||
export async function getInitialState(): Promise<{ name: string }> {
|
||||
console.log('getInitialState+++++++++++++++');
|
||||
return {
|
||||
name: 'admin'
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user