gaoshp
2024-06-23 fbee7228e2f6e43b417d4c3f03020704831261cd
src/config/route.js
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-05-24 11:25:26
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-05-29 16:16:57
 * @LastEditTime: 2024-06-19 21:52:58
 * @FilePath: /src/config/route.js
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 */
@@ -88,6 +88,17 @@
            type: 'menu',
            hidden: true
        }
    },
    {
        name: "任务调度",
        path: "/myiframe/urlPath",
        component: "myiframe/urlPath",
        meta: {
            icon: "el-icon-menu",
            title: "任务调度",
            type: 'menu',
            hidden: true
        }
    }
]