|
|
@@ -0,0 +1,370 @@
|
|
|
+{
|
|
|
+ "easycom": {
|
|
|
+ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
|
+ },
|
|
|
+ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",//首页
|
|
|
+ "style": {
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/entry/login",//登录
|
|
|
+ "style": {
|
|
|
+ "navigationStyle":"custom",//添加自定义配置
|
|
|
+ "navigationBarTitleText":"登陆"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/entry/auth",//登录
|
|
|
+ "style": {
|
|
|
+ "navigationStyle":"custom",//添加自定义配置
|
|
|
+ "navigationBarTitleText":"微信授权"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/entry/register",//注册
|
|
|
+ "style": {
|
|
|
+ "navigationStyle":"custom",//添加自定义配置
|
|
|
+ "navigationBarTitleText":"注册"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/qifu/index",//祈福首页
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"祈福",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/chaodu/index",//超度首页
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"超度",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/fangsheng/index",//放生首页
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"放生",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/fangsheng/record",//放生记录
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"放生记录",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/fangsheng/intro",//放生说明
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"放生说明",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/peifu/index",//培福首页
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"培福",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/gongdeng/index",//供灯首页
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"供灯",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/index/gongdeng/fodengInfo",
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"佛灯信息",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/gongdeng/gongdengIntroduction",//供灯说明
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"供灯说明",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/gongdeng/myGongdeng",//我的供灯
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"我的供灯",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/gongdeng/myTicket",//我的灯券
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"我的灯券",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/answer/index",//答疑首页
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"答疑",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/answer/answerIntroduction",//答疑说明
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText":"答疑说明",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/index/answer/applyRecord",//申请法师记录
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"申请法师记录",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/index/answer/applyForm",//申请法师表单
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"申请法师",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/index/music/index",//佛音首页
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"佛音",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/index/book/index",//佛经首页
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"佛经",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/index/xingshan/index",//行善首页
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"行善",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/index/nianfo/index",//念佛首页
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"念佛",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/index/calendar/index",//日历首页
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"佛历",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/index/xiuxing/xiuxingItem",//日历首页
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"修行项目",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/temple/index", //寺院首页
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"寺院",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/temple/search", //寺院搜索
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"搜索",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/temple/activity", //寺院活动
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"寺院活动",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/temple/detail", //寺院详情
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"寺院详情",
|
|
|
+ "navigationStyle":"custom"//添加自定义配置
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/headlines/index", //头条首页
|
|
|
+ "style":{
|
|
|
+ "navigationStyle":"custom",//添加自定义配置
|
|
|
+ "navigationBarTitleText":"头条"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/headlines/detail", //头条详情
|
|
|
+ "style":{
|
|
|
+ "navigationStyle":"custom",//添加自定义配置
|
|
|
+ "navigationBarTitleText":"头条详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/dynamic/send", //发布动态
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "动态发布"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/dynamic/index",//动态首页
|
|
|
+ "style":{
|
|
|
+ "navigationStyle":"custom",//添加自定义配置
|
|
|
+ "navigationBarTitleText":"动态"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/shop/index",//商城首页
|
|
|
+ "style":{
|
|
|
+ "navigationStyle":"custom",
|
|
|
+ "navigationBarTitleText":"商城"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/shop/detail",//商品详情
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"详情",
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/order/index",// 下单
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"下单",
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/order/detail",// 订单详情
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"订单详情",
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/order/pay",// 订单支付
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"订单支付",
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/my/index",//我的首页
|
|
|
+ "style":{
|
|
|
+ "navigationStyle":"custom",
|
|
|
+ "navigationBarTitleText":"我的"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/my/setting",//我的设置
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"安全中心"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/my/info",//我的信息设置
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"信息设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path":"pages/my/card",//我的卡券
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"我的卡券"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/my/fucard",//我的祝福贺卡
|
|
|
+ "style":{
|
|
|
+ "navigationBarTitleText":"祝福贺卡"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/my/activity",//我的活动
|
|
|
+ "style":{
|
|
|
+ "navigationStyle":"custom",
|
|
|
+ "navigationBarTitleText":"我的活动"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/my/dynamic",//我的动态
|
|
|
+ "style":{
|
|
|
+ "navigationStyle":"custom",
|
|
|
+ "navigationBarTitleText":"我的动态"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path":"pages/my/collect",//我的收藏
|
|
|
+ "style":{
|
|
|
+ "navigationStyle":"custom",
|
|
|
+ "navigationBarTitleText":"我的收藏"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText":"报恩寺",
|
|
|
+ "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
+ "backgroundColor": "#F8F8F8",
|
|
|
+ // "enablePullDownRefresh":true,
|
|
|
+ "backgroundTextStyle":"dark",
|
|
|
+ "backgroundColorTop":"#FFFFFF"
|
|
|
+ },
|
|
|
+ "tabBar":{
|
|
|
+ "selectedColor":"#ff6e4f",
|
|
|
+ "backgroundColor":"white",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "list":[
|
|
|
+ {
|
|
|
+ "text":"首页",
|
|
|
+ "pagePath":"pages/index/index",
|
|
|
+ "iconPath":"static/tabs/bottom_image_temple_normal.png",
|
|
|
+ "selectedIconPath":"static/tabs/bottom_image_temple_press.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text":"寺院",
|
|
|
+ "pagePath":"pages/temple/index",
|
|
|
+ "iconPath":"static/tabs/bottom_image_home_normal.png",
|
|
|
+ "selectedIconPath":"static/tabs/bottom_image_home_press.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text":"头条",
|
|
|
+ "pagePath":"pages/headlines/index",
|
|
|
+ "iconPath":"static/tabs/bottom_image_news_normal.png",
|
|
|
+ "selectedIconPath":"static/tabs/bottom_image_news_press.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text":"动态",
|
|
|
+ "pagePath":"pages/dynamic/index",
|
|
|
+ "iconPath":"./static/tabs/bottom_image_dynamic_normal.png",
|
|
|
+ "selectedIconPath":"static/tabs/bottom_image_dynamic_press.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "text":"未登录",
|
|
|
+ "pagePath":"pages/my/index",
|
|
|
+ "iconPath":"static/tabs/bottom_image_me_normal.png",
|
|
|
+ "selectedIconPath":"static/tabs/bottom_image_me_press.png"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|