吉安感知网项目-前端
罗广辉
2026-01-23 c1b1c9d4c4c75acdce7413f8af35114156d1cb55
feat: 工单管理首页
2 files modified
7 ■■■■■ changed files
applications/task-work-order/src/config/website.js 4 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/router/views/index.js 3 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/config/website.js
@@ -42,8 +42,8 @@
        menu: true,
    },
    fistPage: {
        name: '测试页',
        path: '/test',
        name: '工单管理首页',
        path: '/',
    },
    //配置菜单的属性
    menu: {
applications/task-work-order/src/router/views/index.js
@@ -4,7 +4,8 @@
export default [
    {
        path: '/',
        redirect: '/test/index',
        name:'工单管理首页',
        redirect: '/orderView/orderManage/orderManage/index',
    },
  {
    path: '/wel',