123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "pages": [
- "pages/friends/friends",
- "pages/login/login",
- "pages/login/loginByPhone",
- "pages/login/loginByCode",
- "pages/login/loginByPassword",
- "pages/info/sex",
- "pages/info/figure",
- "pages/info/datum",
- "pages/info/city",
- "pages/info/wechat",
- "pages/mine/mine",
- "pages/friends/user",
- "pages/mine/guest",
- "pages/mine/album",
- "pages/info/editCenter",
- "pages/info/labels",
- "pages/vip/vip",
- "pages/wallet/wallet",
- "pages/webview/webview",
- "pages/messages/messages",
- "pages/search/search"
- ],
- "subPackages": [
- {
- "root": "pagesSub/",
- "pages": [
- "chatting/chatting",
- "setting/setting",
- "faceVideo/faceVideo"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#151126",
- "backgroundColor": "#151126"
- },
- "tabBar": {
- "custom": true,
- "color": "#7D7DA4",
- "selectedColor": "#FFFFFF",
- "borderStyle": "black",
- "backgroundColor": "#151126",
- "list": [
- {
- "pagePath": "pages/friends/friends",
- "iconPath": "static/tabbar/friends-off.png",
- "selectedIconPath": "static/tabbar/friends-on.png",
- "text": "交友"
- },
- {
- "pagePath": "pages/messages/messages",
- "iconPath": "static/tabbar/message-off.png",
- "selectedIconPath": "static/tabbar/message-on.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/tabbar/mine-off.png",
- "selectedIconPath": "static/tabbar/mine-on.png",
- "text": "我的"
- }
- ]
- },
- "requiredPrivateInfos": [
- "getFuzzyLocation"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "获取您的位置获得更多优质推荐"
- },
- "scope.userFuzzyLocation": {
- "desc": "获取您的位置获得更多优质推荐"
- }
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap.json"
- }
|