From 11f7661538f75c2d4eefd32408eba6dc0d77052b Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 29 七月 2024 11:17:38 +0800
Subject: [PATCH] add 供应商的入位
---
pages.json | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index c752a79..bfcf15c 100644
--- a/pages.json
+++ b/pages.json
@@ -121,6 +121,18 @@
"style": {
"navigationBarTitleText": ""
}
+ },
+ {
+ "path": "pages/order/order-delivery-detail",
+ "style": {
+ "navigationBarTitleText": "订单详情"
+ }
+ },
+ {
+ "path": "pages/order/order-delivery",
+ "style": {
+ "navigationBarTitleText": "订单列表"
+ }
}
],
"subPackages": [{
@@ -171,7 +183,6 @@
"navigationBarBackgroundColor": "#E6F2EB"
}
},
- // #endif
{
"path": "protocol",
"style": {
@@ -179,6 +190,7 @@
"enablePullDownRefresh": false
}
}
+ // #endif
]
},
{
--
Gitblit v1.9.3