Commit 20787d5e authored by 崔佳豪's avatar 崔佳豪

fix: 引导页配置忽略子站

parent c91a30ce
Pipeline #57535 canceled with stages
......@@ -26,6 +26,7 @@ const BootPage = props => {
appService
.sysConfiguration({
moduleName: system_item_name,
ignoreSite: true,
})
.then(res => {
const { code, data } = res;
......
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