husq
2023-11-02 fb45be0243aaddd86a84cc595e16378bac2876f1
图标样式更改
1 files modified
2 ■■■ changed files
src/components/common/sidebar.vue 2 ●●● patch | view | raw | blame | history
src/components/common/sidebar.vue
@@ -61,7 +61,7 @@
      { key: 4, label: '航线库', path: '/' + ERouterName.WAYLINE, icon: 'NodeIndexOutlined' },
      { key: 5, label: '计划库', path: '/' + ERouterName.TASK, icon: 'CalendarOutlined' },
      { key: 6, label: '设备', path: '/' + ERouterName.IMPLEMENT, icon: 'ClusterOutlined' },
      { key: 7, label: '历史航线', path: '/' + ERouterName.ROUTE_HISTORY, icon: 'NodeIndexOutlined' }
      { key: 7, label: '历史航线', path: '/' + ERouterName.ROUTE_HISTORY, icon: 'StockOutlined' }
    ]
    const store = useMyStore()
    function selectedRoute (item: IOptions) {