GuLiMmo
2023-12-27 712b3b00450b2df0cd59375c51c3623fa285d189
update
2 files modified
4 ■■■ changed files
src/config/website.js 3 ●●●● patch | view | raw | blame | history
src/page/login/userlogin.vue 1 ●●●● patch | view | raw | blame | history
src/config/website.js
@@ -32,7 +32,8 @@
  },
  fistPage: {
    name: '员工信息',
    path: '/employee'
    path: '/employee/list'
    // name: '首页',
    // path: '/wel/index',
  },
  //配置菜单的属性
src/page/login/userlogin.vue
@@ -252,6 +252,7 @@
              this.$router.push(this.tagWel);
            })
            .catch(err => {
              this.$router.push(this.tagWel);
              console.log(err);
              loading.close();
              this.refreshCode();