123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "酒谷",
- "navigationBarBackgroundColor": "#FF6600",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- }, {
- "path": "pages/community/index",
- "style": {
- "navigationBarTitleText": "社区"
- }
- }, {
- "path": "pages/legou/index",
- "style": {
- "navigationBarTitleText": "乐购"
- }
- }, {
- "path": "pages/cart/index",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- }, {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }, {
- "path": "pages/auth/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登录注册"
- }
- }, {
- "path": "pages/search/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "商品搜索"
- }
- }, {
- "path": "pages/product/detail",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationBarBackgroundColor": "#FF6600",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/test/auth-test",
- "style": {
- "navigationBarTitleText": "权限测试",
- "navigationBarBackgroundColor": "#FF6600",
- "navigationBarTextStyle": "white"
- }
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "酒谷",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "custom": true,
- "color": "#999999",
- "selectedColor": "#FF6600",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页"
- }, {
- "pagePath": "pages/community/index",
- "text": "社区"
- }, {
- "pagePath": "pages/legou/index",
- "text": "乐购"
- }, {
- "pagePath": "pages/cart/index",
- "text": "购物车"
- }, {
- "pagePath": "pages/user/index",
- "text": "我的"
- }]
- }
- }
|