2 Star 12 Fork 12

azeal/uniapp微信小程序UDP开发WIFI设备AP配网(uniapp开发环境)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 3.89 KB
一键复制 编辑 原始数据 按行查看 历史
泽朋 提交于 2024-02-19 11:26 +08:00 . first commit
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
// {
// "path": "pages/index/index",
// "style": {
// "navigationBarTitleText": "首页",
// "enablePullDownRefresh": true
// }
// },
{
"path": "pages/configWiFi/tipspage/tipspage",
"style": {
"navigationBarTitleText": "设备配网",
"enablePullDownRefresh": false
}
}, {
"path": "pages/configWiFi/formpage/formpage",
"style": {
"navigationBarTitleText": "设备配网",
"enablePullDownRefresh": false
}
}, {
"path": "pages/configWiFi/interlinkage/interlinkage",
"style": {
"navigationBarTitleText": "设备配网",
"enablePullDownRefresh": false
}
}
// {
// "path": "pages/devices/detail/socket",
// "style": {
// "navigationBarTitleText": "设备详情",
// "enablePullDownRefresh": true
// }
// },
// {
// "path": "pages/devices/cir/detail",
// "style": {
// "navigationBarTitleText": "空调详情",
// "enablePullDownRefresh": true
// }
// },
// {
// "path": "pages/devices/cir/brand",
// "style": {
// "navigationBarTitleText": "空调品牌"
// }
// },
// {
// "path": "pages/devices/cir/model",
// "style": {
// "navigationBarTitleText": "空调型号"
// }
// },
// {
// "path": "pages/devices/cir/debug",
// "style": {
// "navigationBarTitleText": "空调调试"
// }
// },
// {
// "path": "pages/devices/bind",
// "style": {
// "navigationBarTitleText": "设备绑定"
// }
// },
// {
// "path": "pages/entity/install",
// "style": {
// "navigationBarTitleText": "添加信息"
// }
// },
// {
// "path": "pages/entity/list",
// "style": {
// "navigationBarTitleText": "我的信息",
// "enablePullDownRefresh": true
// }
// },
// {
// "path": "pages/login/register",
// "style": {
// "navigationBarTitleText": "注册"
// }
// },
// {
// "path": "pages/login/userLogin",
// "style": {
// "navigationBarTitleText": "登录"
// }
// },
// {
// "path": "pages/login/wxLogin",
// "style": {
// "navigationBarTitleText": "微信授权登录"
// }
// },
// {
// "path": "pages/mine/protocol/index",
// "style": {
// "navigationBarTitleText": "使用说明"
// }
// },
// {
// "path": "pages/mine/agreement",
// "style": {
// "navigationBarTitleText": "使用说明"
// }
// },
// {
// "path": "pages/mine/password/password",
// "style": {
// "navigationBarTitleText": "修改密码"
// }
// },
// {
// "path": "pages/mine/authlogin/authlogin",
// "style": {
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/mine/mine",
// "style": {
// "navigationStyle": "custom",
// "navigationBarTitleText": "个人中心"
// }
// }
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
// "tabBar": {
// "color": "#85899A",
// "selectedColor": "#488BFB",
// "borderStyle": "black",
// "backgroundColor": "#fff"
// "list": [{
// "pagePath": "pages/index/index",
// "iconPath": "static/icon_home1.png",
// "selectedIconPath": "static/icon_home2.png",
// "text": "首页"
// },
// {
// "pagePath": "pages/mine/mine",
// "iconPath": "static/icon_user1.png",
// "selectedIconPath": "static/icon_user2.png",
// "text": "我的"
// }
// ]
// },
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/azeal/wifi-config-dev-board-user.git
git@gitee.com:azeal/wifi-config-dev-board-user.git
azeal
wifi-config-dev-board-user
uniapp微信小程序UDP开发WIFI设备AP配网(uniapp开发环境)
master

搜索帮助