| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
- "^u-(.*)": "@components/u-$1/u-$1.vue",
- "^qiun-(.*)": "@/components/uCharts/qiun-$1/qiun-$1.vue",
- "^vb-(.*)": "@/components/vber/$1/vb-$1.vue"
- }
- },
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/welcome",
- "style": {
- "navigationBarTitleText": "盐城中学校友会"
- }
- },
- {
- "path": "pages/account/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/account/register",
- "style": {
- "navigationBarTitleText": "注册新用户"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#0e9489"
- }
- },
- {
- "path": "pages/common/webview/index",
- "style": {
- "navigationBarTitleText": "浏览网页"
- }
- },
- {
- "path": "pages/common/textview/index",
- "style": {
- "navigationBarTitleText": "浏览文本"
- }
- },
- {
- "path": "pages/account/forgetPwd",
- "style": {
- "navigationBarTitleText": "忘记密码"
- }
- },
- {
- "path": "pages/account/systemLogin",
- "style": {
- "navigationBarTitleText": "后台管理系统"
- }
- },
- {
- "path": "pages/alumnus/index",
- "style": {
- "navigationBarTitleText": "校友通讯录"
- }
- },
- {
- "path": "pages/activity/index",
- "style": {
- "navigationBarTitleText": "校友活动"
- }
- },
- {
- "path": "pages/help/index",
- "style": {
- "navigationBarTitleText": "校友互助"
- }
- },
- {
- "path": "pages/news/index",
- "style": {
- "navigationBarTitleText": "新闻资讯"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages-sub/mine",
- "pages": [
- {
- "path": "profile/edit",
- "style": {
- "navigationBarTitleText": "完善个人信息"
- }
- },
- {
- "path": "profile/avatar",
- "style": {
- "navigationBarTitleText": "上传头像"
- }
- },
- {
- "path": "setting",
- "style": {
- "navigationBarTitleText": "应用设置"
- }
- },
- {
- "path": "privacy",
- "style": {
- "navigationBarTitleText": "隐私设置"
- }
- },
- {
- "path": "pwd",
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "help",
- "style": {
- "navigationBarTitleText": "常见问题"
- }
- }
- ]
- },
- {
- "root": "pages-sub/alumnus",
- "pages": [
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "校友主页"
- }
- }
- ]
- },
- {
- "root": "pages-sub/activity",
- "pages": [
- {
- "path": "edit",
- "style": {
- "navigationBarTitleText": "创建活动"
- }
- },
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- },
- {
- "path": "apply",
- "style": {
- "navigationBarTitleText": "活动报名"
- }
- },
- {
- "path": "applyList",
- "style": {
- "navigationBarTitleText": "报名列表"
- }
- },
- {
- "path": "applyAudit",
- "style": {
- "navigationBarTitleText": "报名审核"
- }
- },
- {
- "path": "myActivity",
- "style": {
- "navigationBarTitleText": "我的活动"
- }
- },
- {
- "path": "attend",
- "style": {
- "navigationBarTitleText": "活动签到"
- }
- }
- ]
- },
- {
- "root": "pages-sub/help",
- "pages": [
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "互助详情"
- }
- },
- {
- "path": "edit",
- "style": {
- "navigationBarTitleText": "编辑互助"
- }
- },
- {
- "path": "myHelp",
- "style": {
- "navigationBarTitleText": "我的互助"
- }
- }
- ]
- },
- {
- "root": "pages-sub/news",
- "pages": [
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "资讯详情"
- }
- }
- ]
- },
- {
- "root": "pages-sub/friend",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "我的好友"
- }
- },
- {
- "path": "apply",
- "style": {
- "navigationBarTitleText": "好友申请"
- }
- },
- {
- "path": "followMe",
- "style": {
- "navigationBarTitleText": "关注我的"
- }
- },
- {
- "path": "myFollow",
- "style": {
- "navigationBarTitleText": "我的关注"
- }
- }
- ]
- },
- {
- "root": "pages-sub/favorite",
- "pages": [
- {
- "path": "news",
- "style": {
- "navigationBarTitleText": "我的点赞收藏-资讯"
- }
- },
- {
- "path": "help",
- "style": {
- "navigationBarTitleText": "我的点赞收藏-互助"
- }
- },
- {
- "path": "activity",
- "style": {
- "navigationBarTitleText": "我的点赞收藏-活动"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "color": "#8a8a8a",
- "selectedColor": "#0e9489",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/news/index",
- "iconPath": "static/images/tabbar/home.png",
- "selectedIconPath": "static/images/tabbar/home2.png",
- "text": "资讯"
- },
- {
- "pagePath": "pages/activity/index",
- "iconPath": "static/images/tabbar/activity.png",
- "selectedIconPath": "static/images/tabbar/activity2.png",
- "text": "活动"
- },
- {
- "pagePath": "pages/help/index",
- "iconPath": "static/images/tabbar/help.png",
- "selectedIconPath": "static/images/tabbar/help2.png",
- "text": "互助"
- },
- {
- "pagePath": "pages/alumnus/index",
- "iconPath": "static/images/tabbar/alumnus.png",
- "selectedIconPath": "static/images/tabbar/alumnus2.png",
- "text": "通讯录"
- },
- {
- "pagePath": "pages/mine/index",
- "iconPath": "static/images/tabbar/mine.png",
- "selectedIconPath": "static/images/tabbar/mine2.png",
- "text": "个人中心"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "盐城中学校友会",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "usingComponents": {
- //这里为方便,全局引入了所有组件,也可以在某个page下单独引用某个组件
- // "van-action-sheet": "/wxcomponents/vant/dist/action-sheet/index",
- // "van-area": "/wxcomponents/vant/dist/area/index",
- // // "van-badge": "/wxcomponents/vant/dist/badge/index",
- // // "van-badge-group": "/wxcomponents/vant/dist/badge-group/index",
- // "van-button": "/wxcomponents/vant/dist/button/index",
- // "van-card": "/wxcomponents/vant/dist/card/index",
- // "van-cell": "/wxcomponents/vant/dist/cell/index",
- // "van-cell-group": "/wxcomponents/vant/dist/cell-group/index",
- // "van-checkbox": "/wxcomponents/vant/dist/checkbox/index",
- // "van-checkbox-group": "/wxcomponents/vant/dist/checkbox-group/index",
- // "van-col": "/wxcomponents/vant/dist/col/index",
- // "van-dialog": "/wxcomponents/vant/dist/dialog/index",
- // "van-field": "/wxcomponents/vant/dist/field/index",
- // // "van-goods-action": "/wxcomponents/vant/dist/goods-action/index",
- // // "van-goods-action-icon": "/wxcomponents/vant/dist/goods-action-icon/index",
- // // "van-goods-action-button": "/wxcomponents/vant/dist/goods-action-button/index",
- // "van-icon": "/wxcomponents/vant/dist/icon/index",
- // "van-loading": "/wxcomponents/vant/dist/loading/index",
- // "van-nav-bar": "/wxcomponents/vant/dist/nav-bar/index",
- // "van-notice-bar": "/wxcomponents/vant/dist/notice-bar/index",
- // "van-notify": "/wxcomponents/vant/dist/notify/index",
- // "van-panel": "/wxcomponents/vant/dist/panel/index",
- // "van-popup": "/wxcomponents/vant/dist/popup/index",
- // "van-progress": "/wxcomponents/vant/dist/progress/index",
- // "van-radio": "/wxcomponents/vant/dist/radio/index",
- // "van-radio-group": "/wxcomponents/vant/dist/radio-group/index",
- // "van-row": "/wxcomponents/vant/dist/row/index",
- // "van-search": "/wxcomponents/vant/dist/search/index",
- // "van-slider": "/wxcomponents/vant/dist/slider/index",
- // "van-stepper": "/wxcomponents/vant/dist/stepper/index",
- // "van-steps": "/wxcomponents/vant/dist/steps/index",
- // "van-submit-bar": "/wxcomponents/vant/dist/submit-bar/index",
- // "van-swipe-cell": "/wxcomponents/vant/dist/swipe-cell/index",
- // "van-switch": "/wxcomponents/vant/dist/switch/index",
- // // "van-switch-cell": "/wxcomponents/vant/dist/switch-cell/index",
- // "van-tab": "/wxcomponents/vant/dist/tab/index",
- // "van-tabs": "/wxcomponents/vant/dist/tabs/index",
- // "van-tabbar": "/wxcomponents/vant/dist/tabbar/index",
- // "van-tabbar-item": "/wxcomponents/vant/dist/tabbar-item/index",
- // "van-tag": "/wxcomponents/vant/dist/tag/index",
- // "van-toast": "/wxcomponents/vant/dist/toast/index",
- // "van-transition": "/wxcomponents/vant/dist/transition/index",
- // "van-tree-select": "/wxcomponents/vant/dist/tree-select/index",
- // "van-datetime-picker": "/wxcomponents/vant/dist/datetime-picker/index",
- // "van-rate": "/wxcomponents/vant/dist/rate/index",
- // "van-collapse": "/wxcomponents/vant/dist/collapse/index",
- // "van-collapse-item": "/wxcomponents/vant/dist/collapse-item/index",
- // "van-picker": "/wxcomponents/vant/dist/picker/index"
- }
- }
- }
|