|
@@ -13,7 +13,7 @@
|
|
import { mapGetters } from 'vuex';
|
|
import { mapGetters } from 'vuex';
|
|
import MtaHeader from '@/components/client/common/header.vue';
|
|
import MtaHeader from '@/components/client/common/header.vue';
|
|
import MtaFooter from '@/components/client/common/footer.vue';
|
|
import MtaFooter from '@/components/client/common/footer.vue';
|
|
- import { initThemeColor, handleLocalstorgeData } from '@/utils/theme';
|
|
|
|
|
|
+ import { handleLocalstorgeData } from '@/utils/theme';
|
|
import * as Initialization from '@/utils/initializationConfig';
|
|
import * as Initialization from '@/utils/initializationConfig';
|
|
|
|
|
|
|
|
|
|
@@ -33,7 +33,6 @@
|
|
},
|
|
},
|
|
methods: {},
|
|
methods: {},
|
|
created() {
|
|
created() {
|
|
- initThemeColor();
|
|
|
|
let typeface = handleLocalstorgeData('themeFont', 'data-fontsize', '');
|
|
let typeface = handleLocalstorgeData('themeFont', 'data-fontsize', '');
|
|
handleLocalstorgeData('themeFont', 'data-fontsize', typeface);
|
|
handleLocalstorgeData('themeFont', 'data-fontsize', typeface);
|
|
// 初始化 系统标签logo
|
|
// 初始化 系统标签logo
|