123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/bagStorage/login",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/bagStorage/orders",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/bagStorage/success",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/fetchPacket/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/fetchPacket/success",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/details",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/order/list",
- "style": {
- "enablePullDownRefresh": true,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/admin/login",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/admin/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/admin/port",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/admin/setting",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|