GuLiMmo
2023-12-27 95ef328da76a5a2410020fa06ab3280ec75f745c
update
4 files modified
10 ■■■■ changed files
src/config/website.js 5 ●●●●● patch | view | raw | blame | history
src/page/login/userlogin.vue 1 ●●●● patch | view | raw | blame | history
src/router/page/index.js 2 ●●● patch | view | raw | blame | history
src/views/wel/index.vue 2 ●●● patch | view | raw | blame | history
src/config/website.js
@@ -31,10 +31,11 @@
    menu: true,
  },
  fistPage: {
    name: '员工信息',
    path: '/employee/list'
    // name: '员工信息',
    // path: '/employee/list'
    // name: '首页',
    // path: '/wel/index',
    path: '/'
  },
  //配置菜单的属性
  menu: {
src/page/login/userlogin.vue
@@ -252,7 +252,6 @@
              this.$router.push(this.tagWel);
            })
            .catch(err => {
              this.$router.push(this.tagWel);
              console.log(err);
              loading.close();
              this.refreshCode();
src/router/page/index.js
@@ -56,6 +56,6 @@
  {
    path: '/',
    name: '主页',
    redirect: '/wel'
    redirect: '/employee/list'
  },
];
src/views/wel/index.vue
@@ -998,7 +998,7 @@
    handleChange(val) {
      window.console.log(val);
    },
  },
  }
};
</script>