|
@@ -81,10 +81,10 @@
|
|
import HotContest from './HotContest'
|
|
import HotContest from './HotContest'
|
|
import PopularProject from '../Square/PopularProject'
|
|
import PopularProject from '../Square/PopularProject'
|
|
import Http from '@/js/http.js'
|
|
import Http from '@/js/http.js'
|
|
- import {mapActions, mapGetters} from 'vuex'
|
|
|
|
|
|
+ import {mapGetters} from 'vuex'
|
|
import Waterfall from 'vue-waterfall/lib/waterfall'
|
|
import Waterfall from 'vue-waterfall/lib/waterfall'
|
|
import WaterfallSlot from 'vue-waterfall/lib/waterfall-slot'
|
|
import WaterfallSlot from 'vue-waterfall/lib/waterfall-slot'
|
|
- import {storageGet, getAllFields} from '@/js/index.js'
|
|
|
|
|
|
+ import {getAllFields, storageGet} from '@/js/index.js'
|
|
import {notify} from "../../constants";
|
|
import {notify} from "../../constants";
|
|
import Apis from '@/js/api'
|
|
import Apis from '@/js/api'
|
|
// console.log(commonData);
|
|
// console.log(commonData);
|