fix: 登录表单兼容旧版本 chrome
- 移除百度统计脚本
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
import {
|
||||
initPreferences,
|
||||
preferences,
|
||||
updatePreferences,
|
||||
} from '@easyflow/preferences';
|
||||
import { unmountGlobalLoading } from '@easyflow/utils';
|
||||
import './polyfills';
|
||||
|
||||
import {
|
||||
normalizeBrandAssetPreferences,
|
||||
overridesPreferences,
|
||||
} from './preferences';
|
||||
import {initPreferences, preferences, updatePreferences,} from '@easyflow/preferences';
|
||||
import {unmountGlobalLoading} from '@easyflow/utils';
|
||||
|
||||
import {normalizeBrandAssetPreferences, overridesPreferences,} from './preferences';
|
||||
|
||||
/**
|
||||
* 应用初始化完成之后再进行页面加载渲染
|
||||
|
||||
Reference in New Issue
Block a user