123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "pages": [
- // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/down",
- "style": {
- "navigationBarTitleText": "下载",
- "navigationStyle": "custom"
- }
- },
- // {
- // "path": "pages/index",
- // "style": {
- // "navigationBarTitleText": "松河生活商城",
- // "navigationStyle": "custom"
- // }
- // },
- // {
- // "path": "pages/register",
- // "style": {
- // "navigationBarTitleText": "注册",
- // "navigationStyle": "custom"
- // }
- // },
- {
- "path": "pages/agreement",
- "style": {
- "navigationBarTitleText": "协议",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/serviceOrPrivacy",
- "style": {
- "navigationBarTitleText": "服务协议",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/phone",
- "style": {
- "navigationBarTitleText": "咨询电话",
- "navigationStyle": "custom"
- }
- }
- // {
- // "path":"pages/login",
- // "style":{
- // "navigationBarTitleText":"授权"//支付宝登录
- // }
- // }
- ],
- "globalStyle": {
- "pageOrientation": "portrait",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6",
- // "navigationStyle": "custom",
- "app-plus": {
- "titleView": true,
- "optimization": {
- "subPackages": true
- },
- "runmode": "liberate" // 开启分包优化后,必须配置资源释放模式
- }
- }
- }
|