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

feat: 添加报表请求入口

parent b5793fde
......@@ -37,6 +37,7 @@ export const initMicroApps = (loader, store) => {
const config = createStoreage.get('globalConfig');
const application = config && config.products || [];
let products = [];
application && Array.isArray(application) && application.length > 0 && application.map(item => {
if(item.PackageName === 'report') {
products.push({
......
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