This commit is contained in:
2025-11-30 00:32:24 +08:00
parent 3be949f95b
commit 4b06c16ff5
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@@ -45,3 +45,4 @@ src/manifest.json
# 更新 uni-app 官方版本 # 更新 uni-app 官方版本
# npx @dcloudio/uvm@latest # npx @dcloudio/uvm@latest
src/pages.json

View File

@@ -1,5 +1,5 @@
# 应结账款页面交互流程图 # 应结账款页面交互流程图
navigationStyle: 'custom',
## 用户操作流程 ## 用户操作流程
```mermaid ```mermaid

View File

@@ -51,7 +51,6 @@ export const customTabbarList: CustomTabBarItem[] = [
iconType: 'unocss', iconType: 'unocss',
icon: 'i-carbon-home', icon: 'i-carbon-home',
// badge: 'dot', // badge: 'dot',
navigationStyle: 'custom',
}, },
{ {
pagePath: 'pages/sort/index', pagePath: 'pages/sort/index',