123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "pages": [
- "pages/index/index",
- "pages/public/register",
- "pages/public/login",
- "pages/user/team",
- "pages/public/wxLogin",
- "pages/public/forget",
- "pages/set/set",
- "pages/set/bjq",
- "pages/set/phone",
- "pages/set/userinfo",
- "pages/set/setinfo",
- "pages/cart/zmt",
- "pages/user/user",
- "pages/category/funeng",
- "pages/redirect/redirect",
- "pages/user/shareQrCode",
- "pages/user/mymsg",
- "pages/user/dyjj",
- "pages/user/mydy",
- "pages/user/dydetail",
- "pages/user/joinMedia",
- "pages/user/mypl",
- "pages/user/registerMember",
- "pages/user/article",
- "pages/index/searchZmt",
- "pages/index/searchArt",
- "pages/meeting/meeting"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "台州互联融媒体",
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#000000",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/category/funeng",
- "iconPath": "static/tabBar/tab-cate.png",
- "selectedIconPath": "static/tabBar/tab-cate-current.png",
- "text": "企业赋能"
- },
- {
- "pagePath": "pages/cart/zmt",
- "iconPath": "static/tabBar/tab-cart.png",
- "selectedIconPath": "static/tabBar/tab-cart-current.png",
- "text": "自媒体"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/tab-my.png",
- "selectedIconPath": "static/tabBar/tab-my-current.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|