1 Star 0 Fork 0

刘谌/gcms-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.98 KB
一键复制 编辑 原始数据 按行查看 历史
刘谌 提交于 2021-03-21 23:47 . 更换图标
{
"easycom": {
"^u-(.*)": "@/framework/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "粮食收购系统"
}
},
{
"path": "pages/workbench/workbench",
"style": {
"navigationBarTitleText": "工作台",
"enablePullDownRefresh": false
}
}, {
"path": "pages/purchase/purchase",
"style": {
"navigationBarTitleText": "收购列表",
"enablePullDownRefresh": false
}
}, {
"path": "pages/purchase/add/add",
"style": {
"navigationBarTitleText": "新增收购记录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/sell/sell",
"style": {
"navigationBarTitleText": "出售列表",
"enablePullDownRefresh": false
}
}, {
"path": "pages/sell/add/add",
"style": {
"navigationBarTitleText": "新增出售记录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/grain/grain",
"style": {
"navigationBarTitleText": "粮食管理",
"enablePullDownRefresh": false
}
}, {
"path": "pages/report/report",
"style": {
"navigationBarTitleText": "报表管理",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/grain/add/add",
"style" :
{
"navigationBarTitleText": "新增粮食品种",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/seller/seller",
"style" :
{
"navigationBarTitleText": "卖家列表",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/seller/add/add",
"style" :
{
"navigationBarTitleText": "新增卖家信息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ticket/ticket",
"style" :
{
"navigationBarTitleText": "票据列表",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/purchase/detail/detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/purchase/purchase",
"iconPath": "static/icon/purchaseList.png",
"selectedIconPath": "static/icon/purcharseList_fill.png",
"text": "收购列表"
}, {
"pagePath": "pages/sell/sell",
"iconPath": "static/icon/sellList.png",
"selectedIconPath": "static/icon/sellList_fill.png",
"text": "出售列表"
}, {
"pagePath": "pages/workbench/workbench",
"iconPath": "static/icon/workbench.png",
"selectedIconPath": "static/icon/workbench_fill.png",
"text": "工作台"
}, {
"pagePath": "pages/grain/grain",
"iconPath": "static/icon/grain.png",
"selectedIconPath": "static/icon/grain_fill.png",
"text": "项目管理"
}, {
"pagePath": "pages/report/report",
"iconPath": "static/icon/report.png",
"selectedIconPath": "static/icon/report_fill.png",
"text": "报表管理"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/yunwei1237/gcms-app.git
[email protected]:yunwei1237/gcms-app.git
yunwei1237
gcms-app
gcms-app
master

搜索帮助