代码优化
This commit is contained in:
parent
bed711660b
commit
05f5ced28b
Binary file not shown.
|
After Width: | Height: | Size: 677 KiB |
|
|
@ -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) => {
|
||||
|
|
|
|||
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue