1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
- }
- },
- "pages": [
-
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "团蜂小名片",
- "navigationStyle": "custom"
- }
- }
-
-
-
-
-
-
-
-
- ],
- "subpackages": [
- {
- "root": "pages_module",
- "name": "pages_module",
- "pages": [
- {
- "path": "establish/index",
- "style": {
- "navigationBarTitleText": "创建名片",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "previewCard/index",
- "style": {
- "navigationBarTitleText": "预览名片",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "myCard/index",
- "style": {
- "navigationBarTitleText": "我的名片",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "previewTwoCard/index",
- "style": {
- "navigationBarTitleText": "预览名片",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "privacy/index",
- "style": {
- "navigationBarTitleText": "用户隐私协议",
- "enablePullDownRefresh": false
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|