Commit 85480033 authored by 邓晓峰's avatar 邓晓峰

fix: 修复首页配置

parent 19344d4c
Pipeline #42447 passed with stages
in 1 minute 34 seconds
......@@ -213,7 +213,7 @@ export const initMicroApps = () => {
export const defaultApp = () => {
// eslint-disable-next-line no-undef
const config = createStoreage.get('globalConfig');
const config = window.globalConfig;
if (config && config.token) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment