index.js 328 B

1234567891011
  1. import routerService from '@/common/services/router-service'
  2. import { getUserInfo } from '@/common/store-mixin'
  3. import homepageService from './homepage-service'
  4. routerService.route('/audit-home', {
  5. component: './audit-home.vue',
  6. })
  7. routerService.route('/sd-home', {
  8. component: null,
  9. redirect: '/sd-frame/iam-content',
  10. })