1 Star 0 Fork 8

yanxu9958 / 9_授权登录页面小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 693 Bytes
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-25 19:37 . first commit
{
"pages": [
"pages/demo2/demo2",
"pages/demo3/demo3",
"pages/index/index",
"pages/logs/logs",
"pages/demo1/demo1"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "登录授权",
"navigationBarTextStyle": "black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/demo1/demo1",
"text": "登录授权1"
},
{
"pagePath": "pages/demo2/demo2",
"text": "登录授权2"
},
{
"pagePath": "pages/demo3/demo3",
"text": "登录授权3"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
微信
1
https://gitee.com/yanxu9958/wxapp_9.git
git@gitee.com:yanxu9958/wxapp_9.git
yanxu9958
wxapp_9
9_授权登录页面小程序模板
master

搜索帮助