value
2023-08-29 b59ad11f54d28a6b4f9b33e5fb30b55e4b263efb
src/router/index.js
@@ -472,7 +472,13 @@
          name: 'BasicDataMessage',
          component: () => import('@/views/basicData/index'),
          meta: { title: '基础数据', icon: 'el-icon-s-tools' }
        }
        },
            {
              path: 'myBusiness',
              name: 'MyBusiness',
              component: () => import('@/views/personal/myBusiness/index'),
              meta: { title: '我的企业', icon: 'tree', show: false }
            }
      ]
    },
    { path: '*', redirect: '/404', hidden: true }