| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "subPackages": [],
- // "requiredBackgroundModes": ["audio", "location"],
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "粤菜文化",
- "enablePullDownRefresh": false
- }
- },{
- "path": "pages/yuecai/professional_style/index",
- "style": {
- "navigationBarTitleText": "专业风采",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/yuecai/professional_style/detail/index",
- "style": {
- "navigationBarTitleText": "专业风采",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/yuecai/dish/index",
- "style": {
- "navigationBarTitleText": "名菜",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/yuecai/dish/detail/index",
- "style": {
- "navigationBarTitleText": "名菜详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/yuecai/location/index",
- "style": {
- "navigationBarTitleText": "名点",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/yuecai/location/detail/index",
- "style": {
- "navigationBarTitleText": "名点详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/yuecai/restaurant/index",
- "style": {
- "navigationBarTitleText": "名店",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/yuecai/restaurant/detail/index",
- "style": {
- "navigationBarTitleText": "名店详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/yuecai/usercenter/index",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/yuecai/usercenter/profile/index",
- "style": {
- "navigationBarTitleText": "个人信息",
- "enablePullDownRefresh": false
- }
- },{
- "path": "pages/yuecai/information/detail/index",
- "style": {
- "navigationBarTitleText": "资讯",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "@navBgColor",
- "navigationBarTextStyle": "@navTxtStyle",
- "backgroundColor": "@bgColor",
- "backgroundTextStyle": "@bgTxtStyle",
- "backgroundColorTop": "@bgColorTop",
- "backgroundColorBottom": "@bgColorBottom"
- },
- "tabBar": {
- "color": "@tabFontColor",
- "selectedColor": "@tabSelectedColor",
- "backgroundColor": "@tabBgColor",
- "borderStyle": "@tabBorderStyle",
- "list": [{
- "iconPath": "@iconPath1",
- "selectedIconPath": "@selectedIconPath1",
- "text": "专业风采",
- "pagePath": "pages/yuecai/professional_style/index"
- }, {
- "iconPath": "@iconPath2",
- "selectedIconPath": "@selectedIconPath2",
- "text": "名菜",
- "pagePath": "pages/yuecai/dish/index"
- }, {
- "iconPath": "@iconPath2",
- "selectedIconPath": "@selectedIconPath2",
- "text": "名点",
- "pagePath": "pages/yuecai/location/index"
- }, {
- "iconPath": "@iconPath2",
- "selectedIconPath": "@selectedIconPath2",
- "text": "名店",
- "pagePath": "pages/yuecai/restaurant/index"
- }, {
- "iconPath": "@iconPath2",
- "selectedIconPath": "@selectedIconPath2",
- "text": "我的",
- "pagePath": "pages/yuecai/usercenter/index"
- }]
- },
- "darkmode": true,
- "themeLocation": "theme.json"
- }
|