瀏覽代碼

fix: 首页组织管理跳转指定url

bxy 1 年之前
父節點
當前提交
8658288099
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/dashboard/home/components/QuickAction.vue

+ 1 - 1
src/views/dashboard/home/components/QuickAction.vue

@@ -30,7 +30,7 @@
     { name: '相机预览', img: CameraPreview, address: '/cameras/preview' },
     // { name: '算法管理', img: AlgoManage, address: '/cameras/algo-manager' },
     { name: '用户管理', img: UserManage, address: '/auth/user' },
-    { name: '组织管理', img: OrgaManage, address: '' },
+    { name: '组织管理', img: OrgaManage, address: '/auth/dept' },
   ]);
 
   const goPage = (address) => {