prod
校文 3 years ago
parent 80eac8ead5
commit 3e6bc945bd

@ -1,7 +1,7 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-11-24 14:45:04 * @Date: 2021-11-24 14:45:04
* @LastEditTime: 2021-11-24 14:58:38 * @LastEditTime: 2021-11-24 15:27:01
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /LittleBeeSaas/src/router/basic.js * @FilePath: /LittleBeeSaas/src/router/basic.js
@ -51,6 +51,7 @@ export default [
title: "考勤管理", title: "考勤管理",
icon: 'profile', icon: 'profile',
hide: false, hide: false,
redirect: '/attendance/record',
component: resolve => require(['@/views/Attendance'], resolve), component: resolve => require(['@/views/Attendance'], resolve),
meta: {title: '考勤管理'}, meta: {title: '考勤管理'},
children: [ children: [

@ -1,7 +1,7 @@
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-11-18 17:27:08 * @Date: 2021-11-18 17:27:08
* @LastEditTime: 2021-11-24 10:22:05 * @LastEditTime: 2021-11-24 15:25:53
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /ansu-business/src/views/Layout/index.vue * @FilePath: /ansu-business/src/views/Layout/index.vue
@ -81,7 +81,7 @@ export default {
}, },
methods: { methods: {
handlerBread(row) { handlerBread(row) {
let path = row.fullPath || "/"; let path = row.path || "/";
this.$router.push(path); this.$router.push(path);
}, },
handlerTags(n) { handlerTags(n) {

Loading…
Cancel
Save