mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
no message
This commit is contained in:
parent
90a4a01de7
commit
f672280236
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
<!--加载中-->
|
<!--加载中-->
|
||||||
<transition name="fade">
|
<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/>
|
<Loading/>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
@ -384,13 +384,13 @@ export default {
|
|||||||
await this.inlineBlank(config)
|
await this.inlineBlank(config)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// 如果是外部链接,则在新窗口打开
|
// 如果是外部链接,则在新窗口打开
|
||||||
if (config.url_type === 'external') {
|
if (config.url_type === 'external') {
|
||||||
await this.externalWindow(config)
|
await this.externalWindow(config)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
const app = this.microApps.find(({name}) => name == config.name);
|
const app = this.microApps.find(({name}) => name == config.name);
|
||||||
if (app) {
|
if (app) {
|
||||||
// 恢复 keep_alive
|
// 恢复 keep_alive
|
||||||
|
|||||||
@ -2644,7 +2644,6 @@ export default {
|
|||||||
name: 'okr_details',
|
name: 'okr_details',
|
||||||
url: 'apps/okr/#details',
|
url: 'apps/okr/#details',
|
||||||
props: {type: 'details', id},
|
props: {type: 'details', id},
|
||||||
capsule: {visible: false},
|
|
||||||
keep_alive: false,
|
keep_alive: false,
|
||||||
transparent: true,
|
transparent: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user