|
@@ -15,7 +15,7 @@ const defaultRoutePath = '/home'
|
|
|
|
|
|
router.beforeEach((to, from, next) => {
|
|
|
|
|
|
-
|
|
|
+ versionTood.isNewVersion()
|
|
|
store.commit('TOGGLE_NOW_ROUTER',to.fullPath)
|
|
|
NProgress.start()
|
|
|
to.meta && (typeof to.meta.title !== 'undefined' && setDocumentTitle(`${to.meta.title} - ${domTitle}`))
|