diff --git a/CoreCms.Net.Uni-App/CoreShop/pages.json b/CoreCms.Net.Uni-App/CoreShop/pages.json index 88e72d62..99754555 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages.json +++ b/CoreCms.Net.Uni-App/CoreShop/pages.json @@ -44,13 +44,6 @@ "navigationBarTitleText": "会员中心" } }, - { - "path": "pages/search/search", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "搜索" - } - }, { "path": "pages/category/index/index", "style": { @@ -65,170 +58,6 @@ "navigationBarTitleText": "商品列表" } }, - { - "path": "pages/goods/goodDetails/goodDetails", - "style": { - "navigationBarTextStyle": "black", - // #ifdef H5 - "titleNView": false, - // #endif - "navigationBarTitleText": "商品详情", - "navigationStyle": "custom" - } - }, - { - "path": "pages/placeOrder/index/index", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "提交订单" - } - }, - { - "path": "pages/placeOrder/invoice/invoice", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "发票" - } - }, - { - "path": "pages/placeOrder/storeList/storeList", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "门店列表" - } - }, - { - "path": "pages/payment/pay/pay", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "支付" - } - }, - { - "path": "pages/payment/waiting/waiting", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "等待支付" - } - }, - { - "path": "pages/payment/result/result", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "支付结果" - } - }, - - { - "path": "pages/article/details/details", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "文章详情" - } - }, - { - "path": "pages/article/list/list", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "文章列表" - } - }, - { - "path": "pages/login/loginBySMS/loginBySMS", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "授权登录" - } - }, - { - "path": "pages/share/sharePoster/sharePoster", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "分享" - } - }, - { - "path": "pages/share/shareNewPoster/shareNewPoster", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "新版分享" - } - }, - { - "path": "pages/form/details/details", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "万能表单" - } - }, - - { - "path": "pages/share/jump/jump", - "style": { - "navigationBarTextStyle": "black", - // #ifdef H5 - "titleNView": false, - // #endif - "navigationBarTitleText": "加载中..." - } - }, - { - "path": "pages/storeMap/storeMap", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "门店列表" - } - }, - - { - "path": "pages/serviceGoods/index/index", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "服务商品列表" - } - }, - { - "path": "pages/serviceGoods/details/details", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "服务商品详情" - } - }, - { - "path": "pages/coupon/coupon", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "优惠券列表" - } - }, - { - "path": "pages/map/map", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "地图展示" - } - }, - { - "path": "pages/goods/goodComments/goodComments", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "商品评论" - } - }, - { - "path": "pages/reward/reward", - "style": { - "navigationBarTextStyle": "black", - "navigationBarTitleText": "打赏" - } - }, - { - "path": "pages/webview/webview", - "style": { - "navigationBarTextStyle": "white", - "navigationBarTitleText": "网页详情" - } - }, { "path": "pages/template", "style": { @@ -245,6 +74,258 @@ } ], "subpackages": [ + { + "root": "pages/article", + "name": "article", + "pages": [ + { + "path": "details/details", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "文章详情" + } + }, + { + "path": "list/list", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "文章列表" + } + } + ] + }, + { + "root": "pages/webview", + "name": "webview", + "pages": [ + { + "path": "webview", + "style": { + "navigationBarTextStyle": "white", + "navigationBarTitleText": "网页详情" + } + } + ] + }, + { + "root": "pages/map", + "name": "map", + "pages": [ + { + "path": "map", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "地图展示" + } + } + ] + }, + { + "root": "pages/form", + "name": "form", + "pages": [ + { + "path": "details/details", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "万能表单" + } + } + ] + }, + { + "root": "pages/coupon", + "name": "coupon", + "pages": [ + { + "path": "coupon", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "优惠券列表" + } + } + ] + }, + { + "root": "pages/goods", + "name": "goods", + "pages": [ + { + "path": "goodDetails/goodDetails", + "style": { + "navigationBarTextStyle": "black", + // #ifdef H5 + "titleNView": false, + // #endif + "navigationBarTitleText": "商品详情", + "navigationStyle": "custom" + } + }, + { + "path": "goodComments/goodComments", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "商品评论" + } + } + ] + }, + { + "root": "pages/login", + "name": "login", + "pages": [ + { + "path": "loginBySMS/loginBySMS", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "授权登录" + } + } + ] + }, + { + "root": "pages/payment", + "name": "payment", + "pages": [ + { + "path": "pay/pay", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "支付" + } + }, + { + "path": "waiting/waiting", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "等待支付" + } + }, + { + "path": "result/result", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "支付结果" + } + } + ] + }, + { + "root": "pages/placeOrder", + "name": "placeOrder", + "pages": [ + { + "path": "index/index", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "提交订单" + } + }, + { + "path": "invoice/invoice", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "发票" + } + }, + { + "path": "storeList/storeList", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "门店列表" + } + } + ] + }, + { + "root": "pages/reward", + "name": "reward", + "pages": [ + { + "path": "reward", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "打赏" + } + } + ] + }, + { + "root": "pages/storeMap", + "name": "storeMap", + "pages": [ + { + "path": "storeMap", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "门店列表" + } + } + ] + }, + { + "root": "pages/search", + "name": "search", + "pages": [ + { + "path": "search", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "搜索" + } + } + ] + }, + { + "root": "pages/serviceGoods", + "name": "serviceGoods", + "pages": [ + { + "path": "index/index", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "服务商品列表" + } + }, + { + "path": "details/details", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "服务商品详情" + } + } + ] + }, + { + "root": "pages/share", + "name": "share", + "pages": [ + { + "path": "sharePoster/sharePoster", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "分享" + } + }, + { + "path": "shareNewPoster/shareNewPoster", + "style": { + "navigationBarTextStyle": "black", + "navigationBarTitleText": "新版分享" + } + }, + { + "path": "jump/jump", + "style": { + "navigationBarTextStyle": "black", + // #ifdef H5 + "titleNView": false, + // #endif + "navigationBarTitleText": "加载中..." + } + } + ] + }, { "root": "pages/activity", "name": "activity",