代码优化

This commit is contained in:
BianLzhaoMin 2024-11-25 18:36:55 +08:00
parent bed711660b
commit 05f5ced28b
3 changed files with 7 additions and 4 deletions

BIN
src/assets/img/home/nw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 KiB

View File

@ -5,11 +5,11 @@ const navMenuList = [
{ name: '首页', routerName: 'home' },
{ name: '装备共享大厅', routerName: 'equipList' },
{ name: '租赁需求大厅', routerName: 'parity' },
{ name: '装备管理', routerName: '/home' },
// { name: '', routerName: '/home' },
{ name: '订单管理', routerName: '/home' },
{ name: '基础管理', routerName: '/home' },
// { name: '', routerName: '/home' },
{ name: '消息通知', routerName: 'enterpriseZone' },
{ name: '综合查询', routerName: 'enterpriseZone' },
// { name: '', routerName: 'enterpriseZone' },
]
const navMenuClick = (name: any) => {

View File

@ -8,6 +8,8 @@ import { getHotList } from 'http/api/equip'
import { reactive, ref } from 'vue'
import baseData from '@/assets/baseInformation.json'
import imgSrc from '../../assets/img/home/nw.png'
const router: any = useRouter()
// const leftNavList: any = ref([])
@ -19,7 +21,8 @@ const selectOptionsValue = ref<string>('分类筛选')
const loopList = ref([
'https://zlpt-1259760603.cos.ap-nanjing.myqcloud.com/488bab245180ebf9f1f3d7db5301be4.png',
'https://jmy-pic.baidu.com/0/pic/-1857035387_-1067811148_-1621691324.png',
// 'https://jmy-pic.baidu.com/0/pic/-1857035387_-1067811148_-1621691324.png',
imgSrc,
])
//
const getGoodsClassList = async () => {