| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- {
- "pages": [
- "pages/common/launch",
- "pages/auth/login",
- "pages/auth/wxLogin",
- "pages/home/index",
- "pages/user/test",
- "pages/doctor/doctorQr",
- "pages/home/productSearch",
- "pages/home/productList",
- "pages/healthy/index",
- "pages/healthy/detail",
- "pages/healthy/readUsers",
- "pages/shopping/index",
- "pages/user/index",
- "pages/shopping/productDetails",
- "pages/home/companyInfo",
- "pages/shopping/cart",
- "pages/shopping/productList",
- "pages/shopping/confirmOrder",
- "pages/shopping/paymentOrder",
- "pages/shopping/payOrder",
- "pages/shopping/prescribe",
- "pages/shopping/success",
- "pages/home/content",
- "pages/home/h5",
- "pages/home/cert",
- "pages/shopping/confirmPackageOrder",
- "pages/shopping/confirmCreateOrder"
- ],
- "subPackages": [
- {
- "root": "pages_user",
- "pages": [
- "user/addPatient",
- "user/message",
- "user/msgDetail",
- "user/storeOrder",
- "user/storeOrderDetail",
- "user/doctorOrder",
- "user/patient",
- "user/addAddress",
- "user/address",
- "user/integral",
- "user/refundOrderList",
- "user/refundOrderDetail",
- "user/refundOrderLogs",
- "user/storeOrderDelivery",
- "user/refundOrder",
- "user/prescribeOrder",
- "user/pay",
- "user/success",
- "user/refundOrderProduct",
- "user/refundOrderDelivery",
- "user/userTui",
- "user/userTuiProduct",
- "user/userTuiImg",
- "user/userTuiList",
- "user/userTuiMoneyList",
- "user/userTuiOrderList",
- "user/storeProductRelation",
- "user/personInfo",
- "user/userTuiMoney",
- "user/userTuiExtractLog",
- "user/doc",
- "user/addDoc",
- "user/docDetail",
- "user/docRecord",
- "user/addDocRecord",
- "user/userTuiAdd",
- "user/paymentOrderRemain",
- "user/otherPaymentOrder",
- "user/otherPaySuccess",
- "user/otherPaymentOrderRemain",
- "user/userShareList"
- ]
- },
- {
- "root": "pages_company",
- "pages": [
- "auth/login",
- "index",
- "storeOrder",
- "storeOrderDetail",
- "storeProductPackage",
- "storeProductPackageDetails",
- "coupon",
- "couponDetails",
- "order/productList",
- "order/productDetails",
- "order/cart",
- "order/confirmOrder",
- "order/confirmCompanyOrder",
- "order/coupon",
- "order/productShowDetails",
- "alipayImg",
- "card"
- ]
- },
- {
- "root": "pages_shopping",
- "pages": [
- "shopping/coupon",
- "shopping/myCoupon",
- "shopping/activityDetails",
- "shopping/productSalesList"
- ]
- },
- {
- "root": "pages_course",
- "pages": [
- "videoDetail",
- "video",
- "feedback",
- "webview",
- "learn",
- "teacherClassroom",
- "course",
- "register"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "丝路佳选",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#666666",
- "selectedColor": "#2BC7B9",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "height": "64px",
- "fontSize": "12px",
- "iconWidth": "18px",
- "spacing": "4px",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "/static/images/home.png",
- "selectedIconPath": "/static/images/home_sel.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/shopping/cart",
- "iconPath": "/static/images/cart.png",
- "selectedIconPath": "/static/images/cart_sel.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/shopping/index",
- "iconPath": "/static/images/shop_mall.png",
- "selectedIconPath": "/static/images/shop_mall_sel.png",
- "text": "健康商城"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "/static/images/my.png",
- "selectedIconPath": "/static/images/my_sel.png",
- "text": "会员中心"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "获取位置用于给您推送相关信息"
- }
- },
- "usingComponents": {}
- }
|