2 Star 0 Fork 0

焚心/uniapp写的个人简历

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.42 KB
一键复制 编辑 原始数据 按行查看 历史
焚心 提交于 2022-03-02 17:43 . 进入登录页面点击回首页有问题
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "简历",
"navigationBarBackgroundColor":"#621f00",
"navigationBarTextStyle":"white",
"navigationStyle":"custom"
}
},
{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "自我介绍"
}
},
{
"path": "pages/introduction/introduction",
"style": {
"navigationBarTitleText": "自我介绍"
}
},
{
"path": "pages/skill/skill",
"style": {
"navigationBarTitleText": "技能展示"
}
},
{
"path": "pages/project/project",
"style": {
"navigationBarTitleText": "项目描述"
}
}
,{
"path" : "pages/resume/resume",
"style" :
{
"navigationBarTitleText": "个人简历",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/setting/setting",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/selfmy/selfmy",
"style" :
{
"navigationBarTitleText": "自我介绍",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/profile/profile",
"style" :
{
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar":{
"selectedColor":"#2252B6",
"list":[
{
"pagePath":"pages/my/my",
"iconPath":"/static/image/my_one.png",
"selectedIconPath":"static/image/my.png",
"text":"介绍"
},
{
"pagePath":"pages/skill/skill",
"iconPath":"/static/image/skill.png",
"selectedIconPath":"static/image/skill_one.png",
"text":"技能"
},
{
"pagePath":"pages/project/project",
"iconPath":"/static/image/project.png",
"selectedIconPath":"static/image/project_one.png",
"text":"项目"
},
{
"pagePath":"pages/setting/setting",
"iconPath":"/static/image/setting.png",
"selectedIconPath":"static/image/setting_one.png",
"text":"我的"
}
]
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "简历", //模式名称
"path": "pages/index/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/fen-xin/resume-by-uniapp.git
git@gitee.com:fen-xin/resume-by-uniapp.git
fen-xin
resume-by-uniapp
uniapp写的个人简历
master

搜索帮助