杨磊
2025-07-24 102bb7c365a3437128aabb3cb05295d6eeac476a
src/child.ts
@@ -104,9 +104,20 @@
    entry: '//182.92.203.7:3007/books/book/MMVRTCMP',
    container: '#container',
    activeRule: '/home'
  },
  toddlerGameImplementation: {
    name: 'app-content',
    entry: '//182.92.203.7:3007/books/book/toddlerGameImplementation',
    container: '#container',
    activeRule: '/home' //匹配所有以/subPath开头的为子应用
  },
  regionalAnatomy: {
    name: 'app-content',
    entry: '//182.92.203.7:3007/books/book/regionalAnatomy',
    container: '#container',
    activeRule: '/home' //匹配所有以/subPath开头的为子应用
  }
}
const jsekBooks = {
  childHealth: {
@@ -205,9 +216,20 @@
    entry: '//jsek.bnuic.com/books/book/kindergartenActivitiesDesignGuidance',
    container: '#container',
    activeRule: '/home'
  },
  textToddlerSportsSafetyProtection: {
    name: 'app-content',
    entry: '//jsek.bnuic.com/books/book/textToddlerSportsSafetyProtection',
    container: '#container',
    activeRule: '/home'
  },
  OralAndBroadcasting: {
    name: 'app-content',
    entry: '//jsek.bnuic.com/books/book/OralAndBroadcasting',
    container: '#container',
    activeRule: '/home'
  }
}
const tourismBooks = {
  policiesAndRegulations: {
@@ -232,7 +254,7 @@
  }
}
export const microApps = jsekBooks
export const microApps = testBooks
window.qiankunActions = actions