123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "云帆视界"
- }
- },
- {
- "path": "pages/mine/personal",
- "style": {
- "navigationBarTitleText": "人员管理"
- }
- },
- {
- "path": "pages/mine/personalDetail",
- "style": {
- "navigationBarTitleText": "人员管理"
- }
- },
-
-
-
- {
- "path": "pages/mine/myOrder"
- },
-
- {
- "path": "pages/order/order1"
- },
-
-
- {
- "path":"pages/order/orderNews1"
-
- },
- {
- "path": "pages/order/orderResult1"
- },
-
-
- {
- "path": "pages/index/phone"
- },
- {
- "path": "pages/analysis/more"
- },
- {
- "path": "pages/analysis/studentMore"
- },
-
- {
- "path": "pages/mine/orderDetail"
- },
-
- {
- "path": "pages/index/authorize"
- },
- {
- "path": "pages/index/clause"
- },
- {
- "path": "pages/order/orderNews"
- },
- {
- "path": "pages/order/orderResult"
- },
- {
- "path": "pages/order/order"
- },
-
-
- {
- "path": "pages/mine/mine",
- "style": {
-
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/coupon"
- },
- {
- "path": "pages/mine/message"
- },
- {
- "path": "pages/mine/noticeDtail"
- },
- {
- "path": "pages/mine/about"
- },
- {
- "path": "pages/mine/bindBase"
- },
- {
- "path": "pages/mine/bindPhone"
- },
- {
- "path": "pages/mine/students"
- },
- {
- "path": "pages/mine/addStudent" ,
- "style":{
- "navigationBarTitleText": "新增意向学员"
- }
-
- },
-
-
-
-
- {
- "path": "pages/analysis/index",
- "style": {
- "navigationBarTitleText": "云帆视界"
- }
- },
- {
- "path": "pages/analysis/analysis",
- "style": {
- "navigationBarTitleText": "经营分析"
- }
- },
- {
- "path": "pages/analysis/studentDetail",
- "style": {
- "navigationBarTitleText": "学员管理"
- }
- },
-
- {
- "path": "pages/analysis/student",
- "style": {
- "navigationBarTitleText": "学员管理"
- }
- },
- {
- "path": "pages/analysis/collectionDetail",
- "style": {
- "navigationBarTitleText": "收款记录"
- }
- },
- {
- "path": "pages/analysis/collection",
- "style": {
- "navigationBarTitleText": "收款记录"
- }
- },
- {
- "path": "pages/analysis/collectionMore",
- "style": {
- "navigationBarTitleText": "累计收款"
- }
- },
- {
- "path": "pages/analysis/orderList",
- "style": {
- "navigationBarTitleText": "预约记录"
- }
- }
-
-
-
-
-
-
-
-
-
-
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "云帆视界",
- "navigationBarBackgroundColor": "#605CFF",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
-
-
- "selectedColor": "#605CFF",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/index.png",
- "selectedIconPath": "static/index-full.png"
- },
- {
- "pagePath": "pages/order/order1",
- "text": "预约",
- "iconPath": "static/order.png",
- "selectedIconPath": "./static/order-full.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "static/mine.png",
- "selectedIconPath": "static/mine-full.png"
- }
- ]
- }
- }
|