1 Star 0 Fork 0

飞哥/kuangstudyapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.62 KB
一键复制 编辑 原始数据 按行查看 历史
飞哥 提交于 2020-12-28 13:39 . OK
{
"pages" : [
{
"path" : "pages/index/index",
"style" : {
"navigationBarTitleText" : "",
"titleNView" : false,
"navigationStyle" : "custom",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/topics/index",
"style" : {
"navigationBarTitleText" : "",
"titleNView" : false,
"navigationStyle" : "custom",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/user/index",
"style" : {
"navigationBarTitleText" : "",
"titleNView" : false,
"navigationStyle" : "custom",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/vip/index",
"style" : {
"navigationBarTitleText" : "",
"titleNView" : false,
"navigationStyle" : "custom",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/topics/detail/detail",
"style" : {
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationBarTextStyle" : "black",
"titleNView" : false,
"navigationStyle" : "custom"
}
},
{
"path" : "pages/msg/msg",
"style" : {
"navigationBarTitleText" : "消息管理",
"enablePullDownRefresh" : true,
"navigationBarTextStyle" : "black",
"navigationBarBackgroundColor" : "#FFFFFF",
"titleNView" : false,
"navigationStyle" : "custom"
}
},
{
"path" : "pages/course/play/play",
"style" : {
"navigationBarTitleText" : "课程播放",
"navigationBarTextStyle" : "white",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/payment/payment",
"style" : {
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
}
,{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/reg/reg",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle" : {
"navigationBarTextStyle" : "black",
"navigationBarTitleText" : "GraceUI",
"navigationBarBackgroundColor" : "#3688FF",
"backgroundColor" : "#FFFFFF"
},
"tabBar" : {
"color" : "#6B7374",
"selectedColor" : "#3688FF",
"borderStyle" : "black",
"blurEffect":"extralight",
"fontSize" : "12px",
"backgroundColor" : "#F6F7F8",
"list" : [
{
"pagePath" : "pages/index/index",
"iconPath" : "./static/menu_imgs/component.png",
"selectedIconPath" : "static/menu_imgs/component_cur.png",
"text" : "学"
},
{
"pagePath" : "pages/topics/index",
"iconPath" : "static/menu_imgs/basics.png",
"selectedIconPath" : "static/menu_imgs/basics_cur.png",
"text" : "相"
},
{
"pagePath" : "pages/vip/index",
"iconPath" : "static/menu_imgs/plugin.png",
"selectedIconPath" : "static/menu_imgs/plugin_cur.png",
"text" : "伴"
},
{
"pagePath" : "pages/user/index",
"iconPath" : "static/menu_imgs/about.png",
"selectedIconPath" : "static/menu_imgs/about_cur.png",
"text" : "我的"
}
]
},
"easycom" : {
"custom" : {
"autoscan" : false,
"grace(.*)" : "@/graceUI/components/grace$1.vue"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kekesam/kuangstudyapp.git
git@gitee.com:kekesam/kuangstudyapp.git
kekesam
kuangstudyapp
kuangstudyapp
master

搜索帮助