Commit 00b4b569 authored by 邓晓峰's avatar 邓晓峰

fix: 处理当没有配置首页的时候, 优化url匹配规则

parent 47b0d8ef
Pipeline #46821 skipped with stages
...@@ -37,7 +37,7 @@ const MICRO_STATUS = { ...@@ -37,7 +37,7 @@ const MICRO_STATUS = {
}; };
export const initMicroApps = () => { export const initMicroApps = () => {
debugger
/* eslint-disable */ /* eslint-disable */
const config = window.globalConfig || {}; const config = window.globalConfig || {};
//createStoreage.get('globalConfig'); //createStoreage.get('globalConfig');
......
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