|
@@ -56,7 +56,7 @@ const tempHist: any = history.getItem('count')
|
|
|
let historyCount: any = (tempHist * 1) || 0
|
|
|
history.setItem('/', String(0))
|
|
|
|
|
|
-myRouter.beforeEach((to, from, next) => {
|
|
|
+myRouter.beforeEach((to: any, from, next) => {
|
|
|
// 设置页面标题
|
|
|
document.title = to.meta.title
|
|
|
store.commit('updatePageTitle', to.meta.title)
|