2 Star 3 Fork 1

Turbo-King / CapitalAccount-UniApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
Turbo-King 提交于 2021-08-11 15:55 . 完成登陆,并保存登陆用户Id
{
// uview依赖
"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/login/login",
"style": {
"navigationBarTitleText": "登陆个人账户",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#007AFF"
}
},
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "pages/news/news",
"style": {
"enablePullDownRefresh": false
}
}, {
"path": "pages/me/me",
"style": {
"enablePullDownRefresh": false
}
}, {
"path": "pages/business/business",
"style": {
"enablePullDownRefresh": false
}
}, {
"path": "pages/transactionRecord/transactionRecord",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "交易记录"
}
}, {
"path": "pages/contact/contact",
"style": {
"enablePullDownRefresh": false
}
}, {
"path": "pages/news-detail/news-detail",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "资讯详情"
}
}, {
"path": "pages/personalDetails/personalDetails",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "南通职业大学金融",
"navigationBarBackgroundColor": "#b50e03",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor": "#b50e03",
"color": "#ccc",
"list": [{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/home-active.png"
},
{
"text": "新闻资讯",
"pagePath": "pages/news/news",
"iconPath": "static/icon/news.png",
"selectedIconPath": "static/icon/news-active.png"
},
{
"text": "金融业务",
"pagePath": "pages/business/business",
"iconPath": "static/icon/business.png",
"selectedIconPath": "static/icon/business-active.png"
},
{
"text": "我的",
"pagePath": "pages/me/me",
"iconPath": "static/icon/member.png",
"selectedIconPath": "static/icon/member-active.png"
}
]
}
}
1
https://gitee.com/turbo-king/capitalAccount-uniapp.git
git@gitee.com:turbo-king/capitalAccount-uniapp.git
turbo-king
capitalAccount-uniapp
CapitalAccount-UniApp
master

搜索帮助