@@ -66,6 +66,9 @@ router.beforeEach(async (to, from, next) => {
});
router.afterEach((to, from) => {
let { title } = to.meta;
+ if (to.meta == "数字化赋能中心") {
+ store.commit("changeTab", to.meta);
+ }
document.title = title;