|
@@ -101,6 +101,7 @@ export function useRemoteAppChecker() {
|
|
|
console.log('获取nameMap失败:',err)
|
|
|
}
|
|
|
console.log('names2:',names);
|
|
|
+ $message.destroyAll();
|
|
|
$message.info(
|
|
|
() => (
|
|
|
<div class="enhanced-error-message">
|
|
@@ -108,6 +109,7 @@ export function useRemoteAppChecker() {
|
|
|
</div>
|
|
|
),
|
|
|
{
|
|
|
+ closable:true,
|
|
|
duration: 24 * 60 * 60 * 1000,
|
|
|
}
|
|
|
);
|