123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- // #ifdef MP-WEIXIN
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "animationType": "pop-out",
- "animationDuration": "slide-in-right",
- "enablePullDownRefresh": true
- }
- }
- },
- {
- "path": "pages/acceptor/acceptor",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "animationType": "slide-in-right"
- }
- }
- },
- {
- "path": "pages/drawer/drawer",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "animationType": "slide-in-right"
- }
- }
- },
- {
- "path": "pages/supplier/supplier",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "animationType": "none"
- }
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "animationType": "none"
- },
- // #ifdef MP-WEIXIN
- "navigationStyle": "custom"
- // #endif
- }
- }
- ],
- "subPackages": [{
- "root": "pages/bsinessadmin",
- "pages": [{
- "path": "register",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "supplierges",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": ""
- }
- }, {
- "path": "useragreement",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "用户协议"
- }
- }, {
- "path": "privacypolicy",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "隐私政策"
- }
- }, {
- "path": "setpassword",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "设置密码"
- }
- }
- ]
- },
- {
- "root": "pages/other",
- "pages": [{
- "path": "homepage",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- // #ifdef MP-WEIXIN
- "navigationStyle": "custom"
- // #endif
- }
- }]
- },
- {
- "root": "pages/spladmin",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": ""
- }
- }]
- },
- {
- "root": "pages/alldeatil",
- "pages": [{
- "path": "acptdetail",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "承兑人详情"
- }
- },
- {
- "path": "drawerdetail",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "出票人详情"
- }
- },
- {
- "path": "supplierdetail",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "供应商详情"
-
- }
- },
- {
- "path": "identifypic",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "认证照片"
-
- }
- },
- {
- "path": "proxypic",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "授权委托书"
-
- }
- },
- {
- "path": "contractdetail",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "合同详情"
- }
- },
- {
- "path": "addbill",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "新增汇票"
- }
- },
- {
- "path": "billdetail",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "汇票详情"
-
- }
- },
- {
- "path": "addnewacpt",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "新增承兑人"
-
- }
- },
- {
- "path": "addnewdrawer",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "新增出票人"
-
- }
- },
- {
- "path": "upcontract",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "上传合同"
-
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
- }
- // "tabBar": {
- // "color": "#1F242A",
- // "selectedColor": "#D8AB5A",
- // "backgroundColor": "#FFF",
- // "borderStyle": "black",
- // "list": [{
- // "pagePath": "pages/index/index",
- // "text": "合同列表",
- // "iconPath": "static/icon/home.png",
- // "selectedIconPath": "static/icon/achome.png",
- // "visible": false
- // },
- // {
- // "pagePath": "pages/acceptor/acceptor",
- // "text": "承兑人",
- // "iconPath": "static/icon/per.png",
- // "selectedIconPath": "static/icon/out.png",
- // "visible": false
- // },
- // {
- // "pagePath": "pages/drawer/drawer",
- // "text": "出票人",
- // "iconPath": "static/icon/acsip.png",
- // "selectedIconPath": "static/icon/biao.png",
- // "visible": false
- // },
- // {
- // "pagePath": "pages/supplier/supplier",
- // "text": "供应商",
- // "iconPath": "static/icon/acsup.png",
- // "selectedIconPath": "static/icon/sup.png",
- // "visible": false
- // },
- // {
- // "pagePath": "pages/mine/mine",
- // "text": "我的",
- // "iconPath": "static/icon/my.png",
- // "selectedIconPath": "static/icon/acmy.png",
- // "visible": false
- // }
- // ]
- // }
- }
|