123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
-
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/shopidgo",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/empower",
- "style": {
- "navigationBarTitleText": "授权登录"
- }
- },
- {
- "path": "pages/user/scanCode",
- "style": {
- "navigationBarTitleText": "扫码"
- }
- },
-
-
- {
- "path": "pages/index/signOut",
- "style": {
- "navigationBarTitleText": "退出登录"
- }
- },
- {
- "path": "pages/index/map",
- "style": {
- "navigationBarTitleText": "导航"
- }
- },
- {
- "path": "pages/index/home",
- "style": {
- "navigationStyle": "custom"
- }
- },
-
- {
- "path": "pages/pay/pay",
- "style": {
- "navigationBarTitleText": "微信支付"
- }
- },
-
-
-
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
-
- {
- "path": "pages/login/iphoneLogin",
- "style": {
- "navigationBarTitleText": "手机号登录"
- }
- },
-
-
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ],
- /* "tabBar": {
- "color": "#8a8a8a",
- "selectedColor": "#FF4F00",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/img/index1.png",
- "selectedIconPath": "static/img/index2.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/img/me1.png",
- "selectedIconPath": "static/img/me2.png",
- "text": "我的"
- }
-
- ]
- }, */
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|