更新页面配置文件,开发文档,登录页面,首页

This commit is contained in:
2024-09-28 15:08:49 +08:00
parent 90eb77d891
commit 6feeaf919e
6 changed files with 96 additions and 45 deletions

View File

@@ -44,8 +44,7 @@
$adList
} from '@/http/apiManager.js';
uni.hideTabBar()
onLoad((options) => {
});
onLoad((options) => {});
// 导航列表
const navList = [{
title: '收银',
@@ -62,6 +61,11 @@
icon: '/static/indexImg/icon-product-control.svg',
pageUrl: 'PAGES_PRODUCT',
},
{
title: '分组管理',
icon: '/static/indexImg/goods-group.svg',
pageUrl: 'PAGES_GOODS_GROUP',
},
{
title: '分类管理',
icon: '/static/indexImg/icon-category.svg',
@@ -76,7 +80,7 @@
title: '桌台',
icon: '/static/indexImg/icon-table.svg',
pageUrl: 'PAGES_TABLE'
},{
}, {
title: '排队',
icon: '/static/indexImg/icon-table.svg',
pageUrl: 'PAGES_LINE_UP'
@@ -204,6 +208,11 @@
title: '耗材管理',
icon: '/static/indexImg/PAGE_SALES_SUMMARY.svg',
pageUrl: 'PAGES_SALES_CONSUMABLES'
},
{
title: '退出登录',
icon: '/static/indexImg/PAGE_SALES_SUMMARY.svg',
pageUrl: 'PAGES_LOGIN'
}
];