| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- {
- //在pages.json文件中新加insetLoader属性
- "insetLoader": {
- //配置
- "config": {
- //将需要引入的组件名起了个confirm的名字在下面label中使用
- //右侧"<test ref='confirm' />"为需要插入的组件标签
- "WaterMark": "<WaterMark ref='WaterMark' />"
- },
- // 全局配置
- //需要挂在的组件名
- "label": ["WaterMark"],
- //根元素的标签类型 也就是插入到页面哪个根元素下默认为div 但是uniapp中需要写为view
- "rootEle": "view"
- },
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/home/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "首页"
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "登录"
- },
- {
- "path": "pages/login/protocol-user",
- "style": { "navigationBarTitleText": "用户隐私协议" },
- "tit": "用户隐私协议"
- },
- {
- "path": "pages/home/checkIn",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "打卡"
- },
- {
- "path": "pages/contract/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "合同管理"
- },
- {
- "path": "pages/contract/detail",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "合同详情"
- },
- {
- "path": "pages/contract/invoice",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "新建发票"
- },
- {
- "path": "pages/contract/collection",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "新建回款"
- },
- {
- "path": "pages/project/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "项目管理首页"
- },
- {
- "path": "pages/project/transfer",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "转移项目"
- },
- {
- "path": "pages/project/details",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "项目详情"
- },
- {
- "path": "pages/customer/details",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "客户详情"
- },
- {
- "path": "pages/customer/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "储备客户"
- },
- {
- "path": "pages/openSeaCustomer/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "公海客户"
- },
- {
- "path": "pages/distributor/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "合作伙伴"
- },
- {
- "path": "pages/distributor/details",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "经销商详情"
- },
- {
- "path": "pages/publicPages/follow",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "填写跟进"
- },
- {
- "path": "pages/customer/transfer",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "转移客户"
- },
- {
- "path": "pages/customer/add",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "客户添加"
- },
- {
- "path": "pages/project/create",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "创建项目"
- },
- {
- "path": "pages/project/downgrade",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "项目降级"
- },
- {
- "path": "pages/project/upgrade",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "项目升级"
- },
- {
- "path": "pages/schedule/supervise/details",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "督办详情"
- },
- {
- "path": "pages/message/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "信息"
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "我的"
- },
- {
- "path": "pages/schedule/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "日程"
- },
- {
- "path": "pages/publicPages/concatCreate",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "新建联系人"
- },
- {
- "path": "pages/distributor/create",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "新建经销商"
- },
- {
- "path": "pages/inviteTenders/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "招标信息"
- },
- {
- "path": "pages/inviteTenders/details",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "招标详情"
- },
- {
- "path": "pages/partners/index",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "合作伙伴"
- },
- {
- "path": "pages/partners/details",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "合作伙伴详情"
- },
- {
- "path": "pages/home/reply",
- "style": {
- "navigationStyle": "custom"
- },
- "tit": "评论回复"
- }
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3E7EF8",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/index",
- "iconPath": "static/images/tabBar/home.png",
- "selectedIconPath": "static/images/tabBar/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/schedule/index",
- "iconPath": "static/images/tabBar/schedule.png",
- "selectedIconPath": "static/images/tabBar/schedule-active.png",
- "text": "日程"
- },
- {
- "pagePath": "pages/message/index",
- "iconPath": "static/images/tabBar/message.png",
- "selectedIconPath": "static/images/tabBar/message-active.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/images/tabBar/my.png",
- "selectedIconPath": "static/images/tabBar/my-active.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "oms",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|