1 Star 0 Fork 1

Mr_1318828245/钢材通微信uniapp前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.72 KB
一键复制 编辑 原始数据 按行查看 历史
msj 提交于 2023-02-11 12:26 . 2023.2.11
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},
{
"path": "pages/vip_detail/vip_detail",
"style": {
"navigationBarTitleText": "会员",
"enablePullDownRefresh": false
}
},
{
"path": "pages/message/message",
"style": {
"navigationBarTitleText": "我的消息",
"enablePullDownRefresh": false
}
},
{
"path": "pages/shopDetail/shopDetail",
"style": {
"navigationBarTitleText": "商铺详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/publish1/publish1",
"style": {
"navigationBarTitleText": "发布",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}, {
"path": "pages/business/business",
"style": {
"navigationBarTitleText": "我的交易",
"enablePullDownRefresh": false
}
}, {
"path": "pages/personal/personal",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/mimi",
"style": {
"navigationBarTitleText": "《用户隐私》及《用户服务协议》",
"enablePullDownRefresh": false
}
},
{
"path": "pages/publish_detail/publish_detail",
"style": {
"navigationBarTitleText": "信息详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/comment/comment",
"style": {
"navigationBarTitleText": "评论",
"enablePullDownRefresh": true
}
}
, {
"path": "pages/pay/pay",
"style": {
"navigationBarTitleText": "支付",
"enablePullDownRefresh": false
}
}, {
"path": "pages/company_add_update/company_add_update",
"style": {
"navigationBarTitleText": "公司信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/person_detail/person_detail",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单",
"enablePullDownRefresh": false
}
}, {
"path": "pages/setting/setting",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/publish2/publish2",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#3b3b3b"
},
"tabBar": {
"color": "#121212",
"selectedColor": "#ff011a",
"borderStyle": "black",
"backgroundColor": "#f4f4f4",
"list": [{
"pagePath": "pages/business/business",
"iconPath": "static/img/footer/hot.png",
"selectedIconPath": "static/img/footer/hot-act.png",
"text": "我的交易"
},
{
"pagePath": "pages/home/home",
"iconPath": "static/img/footer/home.png",
"selectedIconPath": "static/img/footer/home-act.png",
"text": "主页"
},
{
"pagePath": "pages/personal/personal",
"iconPath": "static/img/footer/type.png",
"selectedIconPath": "static/img/footer/type-act.png",
"text": "我的"
}
]
}
// "uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/msj4728/steel_uniapp_front.git
git@gitee.com:msj4728/steel_uniapp_front.git
msj4728
steel_uniapp_front
钢材通微信uniapp前端
master

搜索帮助