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

fix: initMicroApps

parent 626fe339
Pipeline #39130 passed with stages
in 10 minutes 57 seconds
......@@ -41,7 +41,7 @@ export const initMicroApps = (loader, store) => {
application && Array.isArray(application) && application.length > 0 && application.map(item => {
products.push({
name: item.PackageName,
entry: "//" + window.location.host + (`/${item.PackageName}`),
entry: window.location.protocol + "//" + window.location.host + (`/${item.PackageName}`),
container: '#micro-container',
activeRule: genActiveRule(`/civbase/${item.PackageName}`),
props: {
......
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