12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "团蜂名片",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- }
- ],
- "subPackages": [
- {
- "root": "user",
- "pages": [
- {
- "path": "account/agree/agree",
- "style": {
- "navigationBarTitleText": "用户协议"
- }
- },
- {
- "path": "service/edit/edit",
- "style": {
- "navigationBarTitleText": "编辑名片"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "selectedColor": "#E95D20",
- "backgroundColor": "#fff",
- "color": "#3D3D3D",
- "borderStyle": "white",
- "iconWidth": "28px",
- "height": "60px",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "名片",
- "iconPath": "/static/images/tabbar/furniture.png",
- "selectedIconPath": "/static/images/tabbar/furniture-active.png"
- },
- {
- "pagePath": "pages/user/user",
- "text": "我的",
- "iconPath": "/static/images/tabbar/mine.png",
- "selectedIconPath": "/static/images/tabbar/mine-active.png"
- }
- ]
- },
- "globalStyle": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTitleText": "uni-card",
- "navigationBarTextStyle": "black",
- "titleNView": false,
- "app-plus": {
- "animationType": "slide-in-right",
- "animationDuration": 300
- }
- }
- }
|