1 Star 2 Fork 2

wkdai/vue- uni-h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
wkdai 提交于 2021-06-30 10:26 +08:00 . fix(代码迁移) 1、H5代码迁移
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/tabbar", //pages数组中第一项表示应用启动页
"style": {
"navigationBarTitleText": "起点快聘",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/popularPosts/index",
"style": {
"navigationBarTitleText": "岗位列表", // 热门岗位
"navigationStyle": "custom"
}
},
{
"path": "pages/jobDetails/index",
"style": {
"navigationBarTitleText": "岗位详情", // 岗位详情
"navigationStyle": "custom"
}
},
{
"path": "pages/searchDetails/index",
"style": {
"navigationBarTitleText": "搜索详情",
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "tn_components",
"pages": [{
"path": "pano",
"style": {}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dwiweike/vue--uni-h5.git
git@gitee.com:dwiweike/vue--uni-h5.git
dwiweike
vue--uni-h5
vue- uni-h5
master

搜索帮助