123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/ph/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "排行榜"
- }
- },{
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/index/first_email",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "第一封信"
- }
- }, {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "登陆"
- }
- }, {
- "path": "pages/login/skip",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/phone-area/phone-area",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "地区选择"
- }
- }, {
- "path": "pages/index/statics",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "卖货数据"
- }
- }, {
- "path": "pages/xuefen/record",
- "style": {
- "navigationBarTitleText": "学分记录"
- }
- }, {
- "path": "pages/xuefen/detail",
- "style": {
- "navigationBarTitleText": "明细详情"
- }
- }, {
- "path": "pages/jifen/record",
- "style": {
- "navigationBarTitleText": "积分记录"
- }
- }, {
- "path": "pages/rongyu/index",
- "style": {
- "navigationBarTitleText": "荣誉殿堂"
- }
- }, {
- "path": "pages/rongyu/detail",
- "style": {
- "navigationBarTitleText": "荣誉殿堂详情"
- }
- }, {
- "path": "pages/rongyu/cjDetail",
- "style": {
- "navigationBarTitleText": "成就详情"
- }
- }, {
- "path": "pages/gift/index",
- "style": {
- "navigationBarTitleText": "积分兑换"
- }
- }, {
- "path": "pages/gift/detail",
- "style": {
- "navigationBarTitleText": "兑换详情"
- }
- }, {
- "path": "pages/gift/record",
- "style": {
- "navigationBarTitleText": "兑换记录"
- }
- }, {
- "path": "pages/gift/record_detail",
- "style": {
- "navigationBarTitleText": "兑换订单"
- }
- }, {
- "path": "pages/gift/success",
- "style": {
- "navigationBarTitleText": "兑换成功"
- }
- }, {
- "path": "pages/address/addAdress",
- "style": {
- "navigationBarTitleText": "添加地址"
- }
- }, {
- "path": "pages/address/list",
- "style": {
- "navigationBarTitleText": "地址管理",
- "disableScroll": true
- }
- }, {
- "path": "pages/school/index",
- "style": {
- "navigationBarTitleText": "商学院"
- }
- }, {
- "path": "pages/school/detail",
- "style": {
- "navigationBarTitleText": "资源详情"
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的"
- }
- },{
- "path": "pages/mine/test",
- "style": {
-
- "navigationBarTitleText": "测试"
- }
- }, {
- "path": "pages/mine/guize",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "规则说明"
- }
- }
- ],
- "preloadRule": {
- "pages/example/components": {
- "network": "all",
- "packages": ["pages/componentsA", "pages/componentsB", "pages/componentsC"]
- }
- },
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "大卫博士卖货学位争霸赛",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#000000",
- "selectedColor": "#F5222D",
- "backgroundColor": "#FFFFFF",
- "borderStyle": "black",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/images/bar/home.png",
- "selectedIconPath": "static/images/bar/home-fill.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/ph/index",
- "iconPath": "static/images/bar/ph.png",
- "selectedIconPath": "static/images/bar/ph-fill.png",
- "text": "排行榜"
- },
- {
- "pagePath": "pages/school/index",
- "iconPath": "static/images/bar/shcool.png",
- "selectedIconPath": "static/images/bar/school-fill.png",
- "text": "商学院"
- },
- {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/images/bar/me.png",
- "selectedIconPath": "static/images/bar/me-fill.png",
- "text": "我的"
- }
- ]
- }
- }
|