zl程序教程

您现在的位置是:首页 >  前端

当前栏目

vue 页面刷新还在当前路由

Vue路由 页面 当前 刷新
2023-09-14 09:06:32 时间
let current = this.$router.history.current;
    this.activeIndex = current.path;
    if (current.meta.parent) {
      this.activeIndex = current.meta.parent;
    }