Explorar el Código

[Mod 0000]通过qiankun给内页管理系统传递默认主题参数

wangkeyi hace 21 horas
padre
commit
bedc6487e7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/qiankun/state.ts

+ 1 - 0
src/qiankun/state.ts

@@ -17,6 +17,7 @@ export function getProps() {
       store: store,
       router,
       isMounted: false,
+      defaultTheme: 'blue',
     },
     actions: getActions(),
   };