GithubHelp home page GithubHelp logo

flowable-vue-ui's Issues

.

能发下后端的代码的吗

Login not on

/**
 * name 值唯一
 * alwaysShow: true          菜单栏默认显示
 * anonymousAuthorize: true  允许匿名访问
 */
export const constantRouterMap = [
  {
    path: '/redirect',
    component: Layout,
    hide: true,
    children: [
      {
        path: '/redirect/:path*',
        component: () => import('@/views/redirect/index')
      }
    ]
  },
  {
    path: '/login',
    name: 'login',
    hide: true,
    component: () => import('@/views/login/index'),
    meta: { name: 'login', anonymousAuthorize: true }
  },
  {
    path: '/auth-redirect',
    component: () => import('@/views/login/authredirect'),
    meta: { title: 'auth-redirect', anonymousAuthorize: true }
  },
  {
    path: '/404',
    name: '404',
    hide: true,
    component: () => import('@/views/errorPage/404'),
    meta: { title: '404', anonymousAuthorize: true }
  },
  {
    path: '/401',
    name: '401',
    hide: true,
    component: () => import('@/views/errorPage/401'),
    meta: { title: '401', anonymousAuthorize: true }
  },
  {
    path: '',
    component: Layout,
    redirect: 'dashboard',
    children: [
      {
        path: 'dashboard',
        component: () => import('@/views/dashboard/index'),
        name: 'dashboard',
        alwaysShow: true,
        meta: { title: 'dashboard', icon: 'dashboard' }
      }
    ]
  },

  taskRouter,

  modelerRouter,

  idmRouter,

  {
    path: '*',
    redirect: '/404',
    hide: true
  }
]

3F6FD233-4C80-4607-8F9F-BE66D2AAA40B
9BD96EC2-344B-4625-8CA6-AD4250855831
2570FA1E-92B6-457d-A9B2-AB495F1EAD6C

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.