|
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "智像相册"
- }
- },
- {
- "path": "pages/chooseStyle/index",
- "style": {
- "navigationBarTitleText": "智像相册"
- }
- },
- {
- "path": "pages/createing/index",
- "style": {
- "navigationBarTitleText": "智像相册"
- }
- },
- {
- "path": "pages/created/index",
- "style": {
- "navigationBarTitleText": "智像相册"
- }
- },
- {
- "path": "pages/camera/index",
- "style": {
- "navigationBarTitleText": "智像相册"
- }
- }
- ],
- "easycom": {
- // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
- "custom": {
- "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "智像相册",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom",
- "rpxCalcMaxDeviceWidth": 1080,
- "rpxCalcBaseDeviceWidth": 1080,
- "rpxCalcIncludeWidth": 1080
- },
- "app": {
- "requiredBackgroundModes": [
- "camera"
- ]
- }
- }
|