123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- // uni-ui 规则如下配置
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/login_two/login_two",
- "style": {
- "navigationBarTitleText": "手机号登录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/login_three/login_three",
- "style": {
- "navigationBarTitleText": "找回密码",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/resource/resource",
- "style": {
- "navigationBarTitleText": "资源库",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/activityPage/activityPage",
- "style": {
- "navigationBarTitleText": "活动页",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/message/message",
- "style": {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/message/messageDetail",
- "style": {
- "navigationBarTitleText": "活动消息",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/teachingDetail/teachingDetail",
- "style" :
- {
- "navigationBarTitleText": "教研室详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/teachingList/teachingList",
- "style" :
- {
- "navigationBarTitleText": "教研室列表",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/mineSubscribe/mineSubscribe",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/activityList/activityList",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/activityDetail/activityDetail",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/jys/jys",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/hd/hd",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/publish/publish",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "tabBar": {
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tabBarIcon/home.png",
- "selectedIconPath": "static/tabBarIcon/home-selected.png"
- },
- {
- "pagePath": "pages/resource/resource",
- "text": "资源库",
- "iconPath": "static/tabBarIcon/resource.png",
- "selectedIconPath": "static/tabBarIcon/resource-selected.png"
- },
- {
- "pagePath": "pages/activityPage/activityPage",
- "text": "活动",
- "iconPath": "static/tabBarIcon/activity.png",
- "selectedIconPath": "static/tabBarIcon/activity-selected.png"
- },
- {
- "pagePath": "pages/message/message",
- "text": "消息",
- "iconPath": "static/tabBarIcon/message.png",
- "selectedIconPath": "static/tabBarIcon/message-selected.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "static/tabBarIcon/mine.png",
- "selectedIconPath": "static/tabBarIcon/mine-selected.png"
- }
- ]
- },
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8",
- "navigationBarTitleCentered": true
- },
- "uniIdRouter": {}
- }
|