xz_mini/utils/settings.js

78 lines
1.5 KiB
JavaScript
Raw Normal View History

2021-10-22 15:22:02 +08:00
var json = {
"nav": [
{
"title": "展览展示",
"icon": "../../images/tab6.png",
"url": "newsList",
"type": "2",
"isShow": true
},
{
"title": "文化动态",
"icon": "../../images/tab7.png",
"url": "newsList",
"type": "1",
"isShow": true
},
{
"title": "志愿者服务",
"icon": "../../images/tab1.png",
"url": "volunteer",
"type": "0",
"isShow": true
},
{
"title": "精彩活动",
"icon": "../../images/tab2.png",
"url": "activity",
"type": "3",
"isShow": true
},
{
"title": "场馆导航",
"icon": "../../images/tab3.png",
"url": "venue",
"type": "3",
"isShow": true
},
{
"title": "非遗文化",
"icon": "../../images/tab4.png",
"url": "heritage",
"type": "3",
"isShow": true
},
{
"title": "直播点播",
"icon": "../../images/tab5.png",
"url": "broadcast",
"type": "0",
"isShow": true
},
{
"title": "在线培训",
"icon": "../../images/tab5.png",
"url": "train",
"type": "0",
"isShow": true
},
{
"title": "文化旅游",
"icon": "../../images/tab6.png",
"url": "travel",
"type": "0",
"isShow": true
},
{
"title": "数图资源",
"icon": "../../images/tab4.png",
"url": "resource",
"type": "0",
"isShow": true
}
],
"showLive": false
}
module.exports = {
setting: json
}