chore: 去除图标提示
This commit is contained in:
parent
be78a07b01
commit
646e5b8340
@ -6,7 +6,6 @@ import { computed, onMounted, ref, useTemplateRef } from 'vue';
|
|||||||
import { AuthenticationLogin, z } from '@vben/common-ui';
|
import { AuthenticationLogin, z } from '@vben/common-ui';
|
||||||
import { $t } from '@vben/locales';
|
import { $t } from '@vben/locales';
|
||||||
|
|
||||||
import { Modal } from 'ant-design-vue';
|
|
||||||
import { omit } from 'lodash-es';
|
import { omit } from 'lodash-es';
|
||||||
|
|
||||||
import { tenantList, type TenantResp } from '#/api';
|
import { tenantList, type TenantResp } from '#/api';
|
||||||
@ -145,14 +144,6 @@ async function handleAccountLogin(values: LoginAndRegisterParams) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
Modal.info({
|
|
||||||
title: '提示',
|
|
||||||
content:
|
|
||||||
'离线图标分支需要导入[离线图标.sql] 目录:scripts/菜单图标替换sql/update_icon_离线图标.sql',
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
Loading…
Reference in New Issue
Block a user