quanwei
2025-11-01 121b714d710cf3c865f4a1b5efe81abec11056d1
saas_vue/src/router/index.js
@@ -129,6 +129,27 @@
      }
    ]
  },
  {
    path: '/branchaccess',
    redirect: { name: 'branchaccess_Index' },
    meta: {
      title: '母版'
    },
    component: () =>
      import('@/views/layout/Main'),
    children: [
      /*权限管理*/
      {
        path: 'Index',
        name: 'branchaccess_Index',
        meta: {
          title: '连盟后台权限管理'
        },
        component: () =>
          import('@/views/branchaccess/Index')
      }
    ]
  },
  /*----商城列表----*/
  {
    path: '/shop',
@@ -301,7 +322,7 @@
          title: '开放设置'
        },
        component: () =>
          import('@/views/opensettings/index')
          import('@/views/opensettings/Index')
      }
    ]
  },