123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "pages": [
- "pages/index/index",
- "pages/public/register",
- "pages/public/login",
- "pages/public/wxLogin",
- "pages/public/forget",
- "pages/product/classify",
- "pages/user/myteam",
- "pages/product/product",
- "pages/product/search",
- "pages/set/set",
- "pages/set/userinfo",
- "pages/set/about",
- "pages/set/password",
- "pages/set/phone",
- "pages/product/reply",
- "pages/order/evaluate",
- "pages/cart/cart",
- "pages/user/user",
- "pages/order/order",
- "pages/order/orderDetail",
- "pages/order/createOrder",
- "pages/address/address",
- "pages/address/shopList",
- "pages/address/addressManage",
- "pages/money/pay",
- "pages/money/paySuccess",
- "pages/award/award",
- "pages/award/withdrawal",
- "pages/product/list",
- "pages/product/listSearch",
- "pages/wallet/wallet",
- "pages/wallet/freezeList",
- "pages/wallet/account",
- "pages/wallet/withdrawal",
- "pages/wallet/recharge",
- "pages/favorites/favorites",
- "pages/redirect/redirect",
- "pages/user/share",
- "pages/award/withdmoenys",
- "pages/app/productAll",
- "pages/app/orderManage",
- "pages/app/spreadRank",
- "pages/app/retailRank",
- "pages/app/gsfh",
- "pages/app/zsfh",
- "pages/app/qmfh",
- "pages/app/tjfh"
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#5DBC7C",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png"
- },
- {
- "pagePath": "pages/cart/cart",
- "text": "购物车",
- "iconPath": "static/tabBar/tab-cart.png",
- "selectedIconPath": "static/tabBar/tab-cart-current.png"
- },
- {
- "pagePath": "pages/user/user",
- "text": "我的",
- "iconPath": "static/tabBar/tab-my.png",
- "selectedIconPath": "static/tabBar/tab-my-current.png"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|