|
@@ -40,7 +40,9 @@ export default {
|
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
|
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
|
|
|
{ rel: 'stylesheet', href: '/common/common.css' }
|
|
{ rel: 'stylesheet', href: '/common/common.css' }
|
|
|
],
|
|
],
|
|
|
- script: []
|
|
|
|
|
|
|
+ script: [
|
|
|
|
|
+ { src: 'https://hm.baidu.com/hm.js?2a45c0311559f89f2ee65d1ac438d204' }
|
|
|
|
|
+ ]
|
|
|
},
|
|
},
|
|
|
/*
|
|
/*
|
|
|
** Global CSS
|
|
** Global CSS
|
|
@@ -60,7 +62,8 @@ export default {
|
|
|
{ src: "@/plugins/vue-swiper", ssr: false },
|
|
{ src: "@/plugins/vue-swiper", ssr: false },
|
|
|
{
|
|
{
|
|
|
src: '@/plugins/filter.js'
|
|
src: '@/plugins/filter.js'
|
|
|
- }
|
|
|
|
|
|
|
+ },
|
|
|
|
|
+ { src: '~/plugins/baidu.js' }
|
|
|
],
|
|
],
|
|
|
/*
|
|
/*
|
|
|
** Auto import components
|
|
** Auto import components
|