no message

This commit is contained in:
kuaifan 2025-08-12 07:37:52 +08:00
parent 90a4a01de7
commit f672280236
2 changed files with 3 additions and 4 deletions

View File

@ -31,7 +31,7 @@
<!--加载中-->
<transition name="fade">
<div v-if="loadings.length > 0" class="micro-app-loader">
<div v-if="loadings.includes(app.name)" class="micro-app-loader">
<Loading/>
</div>
</transition>
@ -384,13 +384,13 @@ export default {
await this.inlineBlank(config)
return
}
//
if (config.url_type === 'external') {
await this.externalWindow(config)
return
}
const app = this.microApps.find(({name}) => name == config.name);
if (app) {
// keep_alive

View File

@ -2644,7 +2644,6 @@ export default {
name: 'okr_details',
url: 'apps/okr/#details',
props: {type: 'details', id},
capsule: {visible: false},
keep_alive: false,
transparent: true,
});