1 Star 0 Fork 1

Smile/uniapp-uniui-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
也有1點儿想你 提交于 2023-05-24 14:56 . first commit
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "专家信息抽取",
"enablePullDownRefresh": false
}
}, {
"path": "pages/record/record",
"style": {
"navigationBarTitleText": "抽取记录",
"enablePullDownRefresh": true
}
}, {
"path": "pages/chooseResult/chooseResult",
"style": {
"navigationBarTitleText": "抽取结果",
"enablePullDownRefresh": false
}
}, {
"path": "pages/recordDetail/recordDetail",
"style": {
"navigationBarTitleText": "记录详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/resultDetail/resultDetail",
"style": {
"navigationBarTitleText": "抽取详情",
"enablePullDownRefresh": false
}
}],
"tabBar": {
"color": "#171717",
"selectedColor": "#F20339",
"backgroundColor": "#F2F2F2",
"list": [{
"pagePath": "pages/index/index",
"text": "抽取",
"iconPath": "static/image/home.png",
"selectedIconPath": "static/image/home1.png"
},
{
"pagePath": "pages/record/record",
"text": "抽取记录",
"iconPath": "static/image/collect.png",
"selectedIconPath": "static/image/collect1.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
},
// 组件
"usingComponents": {}
},
"easycom": {
"autoscan": true, //是否自动扫描组件
"custom": {
"^base-(.*)": "@/components/base-$1.vue", // 匹配components目录内的vue文件
"^sk-(.*)": "@/components/sk-$1/sk-$1.vue"
}
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/smilebig/uniapp-uniui-template.git
git@gitee.com:smilebig/uniapp-uniui-template.git
smilebig
uniapp-uniui-template
uniapp-uniui-template
master

搜索帮助