1 Star 12 Fork 14

知了/wifi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
fengwenchang 提交于 2022-12-07 16:15 . init commit
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "wifi互连",
"usingComponents": {
"cloud-image": "/components/cloud-image/cloud-image"
// "uni-id-pages-user-profile": "/components/uni-id-pages-user-profile/uni-id-pages-user-profile"
}
}
},
{
"path": "pages/connectWifi/connectWifi",
"style": {
"navigationBarTitleText": "一键连接wifi",
"usingComponents": {
// "uni-id-pages-user-profile": "/components/uni-id-pages-user-profile/uni-id-pages-user-profile"
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"subPackages": [{
"root": "subpkgWifi",
"pages": [{
"path": "wifiList",
"style": {
"navigationBarTitleText": "我的WiFi列表"
}
},
{
"path": "createWifi/createWifi",
"style": {
"navigationBarTitleText": "WiFi更新",
"enablePullDownRefresh": false
}
}, {
"path": "wifiSetting",
"style": {
"navigationBarTitleText": "保存推广码",
"enablePullDownRefresh": false,
"usingComponents": {
"draw-image": "/components/drawImage/drawImage"
// "modal-print": "/subpkgWifi/components/printModal/printModal"
}
}
}
]
}]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhiniao_1/wifi.git
git@gitee.com:zhiniao_1/wifi.git
zhiniao_1
wifi
wifi
wifi-share

搜索帮助