refactor(notification): 更新通知函数导入路径

This commit is contained in:
rd
2025-09-19 15:59:38 +08:00
parent 6936fb0fb5
commit 7846e02447
9 changed files with 10 additions and 10 deletions

View File

@ -67,7 +67,7 @@ import {
postPlacementAccountDataListExport,
} from '@/api/all/propertyMarketing';
import { showExportNotification } from '@/utils/arcoD';
import { showExportNotification } from '@/utils/notification';
import { INITIAL_QUERY, INITIAL_PAGE_INFO } from './constants';
// import { downloadByUrl } from '@/utils/tools';

View File

@ -174,7 +174,7 @@ import CommonSelect from '@/components/common-select';
import { PLATFORM_LIST, ENUM_PUT_ACCOUNT_PLATFORM } from '@/utils/platform';
import { showExportNotification } from '@/utils/arcoD';
import { showExportNotification } from '@/utils/notification';
import { genRandomId } from '@/utils/tools';
import {
postPlacementAccounts,

View File

@ -102,7 +102,7 @@ import DeleteAccountModal from './components/account-table/delete-account';
import { INITIAL_QUERY } from './constants';
import { getPlacementAccounts, getPlacementAccountsHealth } from '@/api/all/propertyMarketing';
import { getTaskStatus } from '@/api/all/common';
import { showImportResultNotification } from '@/utils/arcoD';
import { showImportResultNotification } from '@/utils/notification';
import icon4 from '@/assets/img/media-account/icon-success.png';
import icon5 from '@/assets/img/media-account/icon-warn.png';