diff --git a/src/main.js b/src/main.js index caafe3b..aaf138a 100644 --- a/src/main.js +++ b/src/main.js @@ -7,9 +7,9 @@ import baiduAnalytics from '@lib/vue-baidu-analytics' Vue.use(baiduAnalytics, { router: router, siteIdList: [ - '7d6465217b1b44018c4557d9e7d804eb', - '4cacea1098b6c4d16990a04abd93c9a9', - '5be8daec4f7dd86255ae9320369c7678' + 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', + 'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb', + 'cccccccccccccccccccccccccccccccc' ], debug: true }); diff --git a/src/router/index.js b/src/router/index.js index a7c3d86..17bfc77 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -28,8 +28,8 @@ const routes = [ ] const router = new VueRouter({ - base: process.env.NODE_ENV === 'production' ? location.pathname.split('/').slice(0, 2).join('/') : '/', - mode: 'history', + // base: process.env.NODE_ENV === 'production' ? location.pathname.split('/').slice(0, 2).join('/') : '/', + // mode: 'history', linkActiveClass: 'cur', linkExactActiveClass: 'cur', routes