2 Star 0 Fork 0

intecloud-front/finance-h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.42 KB
一键复制 编辑 原始数据 按行查看 历史
zzx1111 提交于 2023-12-22 14:26 . 白名单
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/recommend/recommendPage",
"style": {
"navigationBarTitleText": "推荐"
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/login/findPassword",
"style": {
"navigationBarTitleText": "找回密码"
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "产品详情"
}
},
{
"path": "pages/fillInfo/fillInfo",
"style": {
"navigationBarTitleText": "录入资料"
}
},
{
"path": "pages/fund/fund",
"style": {
"navigationBarTitleText": "资金"
}
},
{
"path": "pages/baseInfo/baseInfo",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/enterprise/enterprise",
"style": {
"navigationBarTitleText": "企业信息"
}
},
{
"path": "pages/preview/preview",
"style": {
"navigationBarTitleText": "资料预览"
}
},
{
"path": "pages/counter/counter",
"style": {
"navigationBarTitleText": "计算器"
}
},
{
"path": "pages/counter/counterResult",
"style": {
"navigationBarTitleText": "计算器"
}
},
// {
// "path": "pages/recommend/recommend",
// "style": {
// "navigationBarTitleText": "推荐"
// }
// },
{
"path": "pages/fill/fill",
"style": {
"navigationBarTitleText": "添加条件"
}
},
{
"path": "pages/condition/condition"
},
{
"path": "pages/detail/mateDetail",
"style": {
"navigationBarTitleText": "匹配详情"
}
},
{
"path": "pages/checkCompany/checkCompany",
"style": {
"navigationBarTitleText": "查公司"
}
},
{
"path": "pages/whiteList/whiteList",
"style": {
"navigationBarTitleText": "白名单"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#3A93F7",
"backgroundColor": "#F8F8F8",
"navigationStyle":"custom"
},
"uniIdRouter": {}
// "tabBar": {
// "custom": true,
// "color": "#999999",
// "selectedColor": "#3A93F7",
// "borderStyle": "black",
// "backgroundColor": "#ffffff",
// "list": [{
// "pagePath": "pages/index/index"
// // "iconPath": "static/home-1.png",
// // "selectedIconPath": "static/home.png",
// // "text": "首页"
// }, {
// "pagePath": "pages/fillInfo/fillInfo"
// // "iconPath": "static/recommend-1.png",
// // "selectedIconPath": "static/recommend.png",
// // "text": "工具"
// },{
// "pagePath": "pages/counter/counter"
// // "iconPath": "static/counter-1.png",
// // "selectedIconPath": "static/counter.png",
// // "text": "计算器"
// },{
// "pagePath": "pages/counter/counter"
// // "iconPath": "static/counter-1.png",
// // "selectedIconPath": "static/counter.png",
// // "text": "计算器"
// },{
// "pagePath": "pages/checkCompany/checkCompany"
// // "iconPath": "static/check-1.png",
// // "selectedIconPath": "static/check.png",
// // "text": "查公司"
// }]
// }
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/intecloud-front/finance-h5.git
[email protected]:intecloud-front/finance-h5.git
intecloud-front
finance-h5
finance-h5
master

搜索帮助