feat:天平连接

This commit is contained in:
houjunxiang
2025-10-10 18:16:14 +08:00
parent 2b50debcd3
commit c8b2d8683e
16 changed files with 182 additions and 622 deletions

View File

@@ -13,8 +13,8 @@ import { reactive, ref, computed, onMounted } from 'vue'
import nx from '@/nx'
import { useGridCol } from '@/nx/hooks/useGridCol'
let list = reactive([
{ url: '/pages/lims/index/index', name: '设备管理系统', icon: 'dailyCheck' },
{ url: '/pages/analysis/index/index', name: '化学分析系统', icon: 'maintain' }
{ url: '/pages/lims/index/index', name: '设备管理系统', icon: 'device' },
{ url: '/pages/analysis/index/index', name: '化学分析系统', icon: 'analyse' }
])
// const sysMenus = computed(() => nx.$store('user').sysMenus)