3 Star 1 Fork 0

xiaoh_go/xcwl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.08 KB
一键复制 编辑 原始数据 按行查看 历史
xiaoh_go 提交于 2021-06-18 00:18 . 优化注册功能
{
"easycom": {
// 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
// 下载安装方式
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
// npm安装方式
// "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/index/index",
"style": {
"navigationBarTitleText": "乡村文旅",
"enablePullDownRefresh": false
// ,"navigationStyle":"custom"
// "backgroundColor":"#007AFF"
// "navigationBarBackgroundColor":"red"
}
}, {
"path": "pages/classfly/index/index",
"style": {
"navigationBarTitleText": "分类",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/index/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/upload/index/index",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/home/travel/travel",
"style" :
{
"navigationBarTitleText": "旅游",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/news/news",
"style" :
{
"navigationBarTitleText": "热点资讯",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/news/news-detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "用户登录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/industry/industry",
"style" :
{
"navigationBarTitleText": "产业",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/register/register",
"style" :
{
"navigationBarTitleText": "用户注册",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/home/travel/travelDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/culture/culture",
"style" :
{
"navigationBarTitleText": "文化",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/industry/industryDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/culture/culture-detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "乡村文旅",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
// "color": "#F5F5F5",
// "selectedColor": "#558EE7",
// "borderStyle": "black",
// "backgroundColor": "#000000",
// "iconWidth":"19px",
// "spacing":"20px",
// "fontSize":"12px",
"list": [{
"pagePath": "pages/home/index/index",
"iconPath": "/static/tabbarIcon/home.png",
"selectedIconPath": "static/icon/home1.png",
"text": "首页"
}, {
"pagePath": "pages/upload/index/index",
"iconPath": "/static/icon/uploadIcon.png",
"selectedIconPath": "static/icon/uploadIcon.png",
"text": "发布"
}, {
"pagePath": "pages/my/index/index",
"iconPath": "/static/icon/my.png",
"selectedIconPath": "static/icon/my2.png",
"text": "我的"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoh-go/xcwl.git
git@gitee.com:xiaoh-go/xcwl.git
xiaoh-go
xcwl
xcwl
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385