返回 微官网全局配置...... 登陆

微官网全局配置app.json

连界 现代 周伟 2019-06-03 22:26:21 167

{

"pages": [

"pages/index/index",

"pages/index/about",

"pages/shop/list",

"pages/news/list",

"pages/shop/details",

"pages/news/details"

],

"window": {

"backgroundTextStyle": "light",

"navigationBarBackgroundColor": "#A55",

"navigationBarTitleText": "微官网",

"navigationBarTextStyle": "black"

},

"tabBar": {

"color": "#ccc",

"selectedColor": "#000",

"list": [

{

"pagePath": "pages/index/index",

"text": "首页",

"iconPath": "/img/index.png",

"selectedIconPath": "/img/indexs.png"

},

{

"pagePath": "pages/shop/list",

"text": "产品",

"iconPath": "/img/shop.png",

"selectedIconPath": "/img/shops.png"

},

{

"pagePath": "pages/news/list",

"text": "新闻",

"iconPath": "/img/new.png",

"selectedIconPath": "/img/news.png"

},

{

"pagePath": "pages/index/about",

"text": "关于",

"iconPath": "/img/about.png",

"selectedIconPath": "/img/abouts.png"

}

]

},

"sitemapLocation": "sitemap.json"

}


最新手记推荐

• 用composer安装thinkphp框架的步骤 • 省市区接口说明 • 用thinkphp,后台新增栏目 • 管理员添加编辑删除 • 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消 回复 发送
  • PHP中文网