12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "pages": [{
- "path": "pages/workark/workark",
- "style": {
- "navigationBarTitleText": "WORKARK"
- }
- }, {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- }, {
- "path": "pages/model/model",
- "style": {
- "navigationBarTitleText": "模型"
- }
- }, {
- "path": "pages/shopping/shopping",
- "style": {
- "navigationBarTitleText": "商城"
- }
- }, {
- "path": "pages/my/my",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }],
- "tabBar": {
- "color": "#7d7380",
- "selectedColor": "#3c9cff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/images/tabbar/index.png",
- "selectedIconPath": "static/images/tabbar/index-active.png",
- "text": "首页"
- }, {
- "pagePath": "pages/model/model",
- "iconPath": "static/images/tabbar/chat.png",
- "selectedIconPath": "static/images/tabbar/chat-active.png",
- "text": "模型"
- }, {
- "pagePath": "pages/workark/workark",
- "iconPath": "static/images/tabbar/highseas.png",
- "selectedIconPath": "static/images/tabbar/highseas-active.png",
- "text": "workark"
- }, {
- "pagePath": "pages/shopping/shopping",
- "iconPath": "static/images/tabbar/data.png",
- "selectedIconPath": "static/images/tabbar/data-active.png",
- "text": "商城"
- }, {
- "pagePath": "pages/my/my",
- "iconPath": "static/images/tabbar/my.png",
- "selectedIconPath": "static/images/tabbar/my-active.png",
- "text": "我的"
- }]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "workark",
- "navigationBarBackgroundColor": "#fff"
- },
- "uniIdRouter": {}
- }
|