首页美化

This commit is contained in:
klausY
2020-04-17 18:10:54 +08:00
parent 6a03835d66
commit 093cde16c2
12 changed files with 1185 additions and 41 deletions

View File

@@ -35,8 +35,24 @@ Vue.config.productionTip = false
// 路由守卫
import Bus from '@/utils/bus.js'
Vue.use(Bus)
import APlayer from '@moefe/vue-aplayer';
Vue.use(APlayer, {
defaultCover: 'https://github.com/u3u.png',
productionTip: true,
});
new Vue({
render: h => h(App),
router,
store
}).$mount('#app')
}).$mount('#app')
//引入echarts
import echarts from 'echarts'
Vue.prototype.$echarts = echarts;