123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "人脸识别",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
-
- "titleNView": {
-
- "autoBackButton": "false"
-
- }
-
- }
- }
- },
- {
- "path": "pages/index/success",
- "style": {
- "navigationBarTitleText": "提交成功",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
-
- "titleNView": {
-
- "autoBackButton": "false"
-
- }
-
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "潍坊银行",
- "navigationBarBackgroundColor": "rgba(255, 120, 117, 1)",
- "backgroundColor": "#F8F8F8"
- }
- }
|