This commit is contained in:
仲么了
2023-02-01 16:59:32 +08:00
parent ce0b8967f7
commit d1a1396164
18 changed files with 889 additions and 51 deletions

View File

@@ -4,7 +4,7 @@
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "主页"
"navigationBarTitleText": "灿能电力"
}
},
{
@@ -102,6 +102,18 @@
"style": {
"navigationBarTitleText": "个人消息"
}
},
{
"path": "pages/device/list",
"style": {
"navigationBarTitleText": "设备列表"
}
},
{
"path": "pages/device/new",
"style": {
"navigationBarTitleText": "新设备"
}
}
],
"tabBar": {
@@ -116,7 +128,7 @@
"pagePath": "pages/index/index",
"iconPath": "static/index.png",
"selectedIconPath": "static/index2.png",
"text": "页"
"text": "页"
},
{
"pagePath": "pages/index/report",