1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "pages": [
- "pages/index/index",
- "pages/my/my",
- "pages/daohang/daohang",
- "pages/jingdianchaxun/jingdianchaxun",
- "pages/gongjiao/gongjiao",
- "components/GaodeHeader/GaodeHeader",
- "components/GaodeInputTips/GaodeInputTips",
- "pages/login/login",
- "pages/abouthelp/abouthelp",
- "pages/private/private",
- "pages/faq/faq",
- "pages/guide/guide",
- "pages/vr-detail/vr-detail",
- "pages/detail/detail",
- "pages/ai-recommend/ai-recommend",
- "pages/personal-info/personal-info",
- "pages/ai-plan/ai-plan",
- "pages/communicate/communicate",
- "pages/quiz/quiz",
- "components/navigation-bar/navigation-bar",
- "pages/xinindex/xinindex"
- ],
- "usingComponents": {
- "van-field": "@vant/weapp/field/index",
- "van-button": "@vant/weapp/button/index",
- "van-cell-group": "@vant/weapp/cell-group/index",
- "van-nav-bar": "@vant/weapp/nav-bar/index",
- "van-grid": "@vant/weapp/grid/index",
- "van-grid-item": "@vant/weapp/grid-item/index",
- "van-cell": "@vant/weapp/cell/index",
- "van-notice-bar": "@vant/weapp/notice-bar/index",
- "van-image": "@vant/weapp/image/index",
- "van-divider": "@vant/weapp/divider/index",
- "van-tab": "@vant/weapp/tab/index",
- "van-tabs": "@vant/weapp/tabs/index",
- "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
- "van-dropdown-item": "@vant/weapp/dropdown-item/index"
- },
- "window": {
- "navigationBarTitleText": "VR全景",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- },
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation",
- "startLocationUpdate"
- ],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于地图展示和导航功能"
- }
- },
- "tabBar": {
- "selectedColor": "#1296db",
- "position": "bottom",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "images/首页.png",
- "selectedIconPath": "images/首页 (1).png"
- },
- {
- "pagePath": "pages/daohang/daohang",
- "text": "个人赤旅志",
- "iconPath": "images/计划.png",
- "selectedIconPath": "images/计划.png"
- },
- {
- "pagePath": "pages/communicate/communicate",
- "text": "红游分享圈",
- "iconPath": "images/评论.png",
- "selectedIconPath": "images/评论 (1).png"
- },
- {
- "pagePath": "pages/my/my",
- "text": "我的",
- "iconPath": "images/我的.png",
- "selectedIconPath": "images/我的 (1).png"
- }
- ]
- }
- }
|