更新增加打折权限校验

This commit is contained in:
2024-10-17 09:48:30 +08:00
parent d62939bb89
commit 25d10758af
5 changed files with 36 additions and 24 deletions

View File

@@ -46,11 +46,12 @@
uni.hideTabBar()
onLoad((options) => {});
// 导航列表
const navList = [{
title: '收银',
icon: '/static/indexImg/icon-cashier.svg',
pageUrl: 'PAGES_QUICK_PAY',
},
const navList = [
// {
// title: '收银',
// icon: '/static/indexImg/icon-cashier.svg',
// pageUrl: 'PAGES_QUICK_PAY',
// },
{
title: '销售汇总',
icon: '/static/indexImg/PAGE_SALES_SUMMARY.svg',