Merge remote-tracking branch 'origin/master' into master
| | |
| | | ], |
| | | rules: { |
| | | 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', |
| | | 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' |
| | | 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', |
| | | "no-unused-vars": 'off' |
| | | }, |
| | | parserOptions: { |
| | | parser: 'babel-eslint' |
| | | } |
| | | } |
| | | } |
| | |
| | | data () { |
| | | return { |
| | | box: false, |
| | | text: "", |
| | | text: "白色主题", |
| | | list: [ |
| | | { |
| | | name: "默认主题", |
| | |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail') |
| | | }] |
| | | }, |
| | | { |
| | | path: '/realTimePolice', |
| | | component: Layout, |
| | | redirect: '/realTimePolice/real', |
| | | children: [{ |
| | | path: 'index', |
| | | name: '实时报警', |
| | | meta: { |
| | | i18n: 'real' |
| | | }, |
| | | component: () => |
| | | import( /* webpackChunkName: "views" */ '@/views/realTimePolice/real') |
| | | }] |
| | | }] |