公用模块放common
This commit is contained in:
28
pages.json
28
pages.json
@ -1,54 +1,54 @@
|
||||
{
|
||||
"pages": [{
|
||||
"path": "pages/login/index",
|
||||
"path": "pages/common/login/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"path": "pages/common/index/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/index",
|
||||
"path": "pages/common/user/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/scan/scan",
|
||||
"path": "pages/common/scan/scan",
|
||||
"style": {
|
||||
"navigationBarTitleText": "扫描"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/qrcode/qrcode",
|
||||
"path": "pages/common/qrcode/qrcode",
|
||||
"style": {
|
||||
"navigationBarTitleText": "扫描到的设备"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/send/index",
|
||||
"path": "pages/common/send/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "发送信息"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/userAgreement/index",
|
||||
"path": "pages/common/userAgreement/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户协议"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/privacyAgreement/index",
|
||||
"path": "pages/common/privacyAgreement/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "隐私协议"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/aboutUs/index",
|
||||
"path": "pages/common/aboutUs/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "关于我们"
|
||||
}
|
||||
@ -82,6 +82,12 @@
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/6155/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "6155"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
@ -89,13 +95,13 @@
|
||||
"selectedColor": "#BBE600",
|
||||
"backgroundColor": "#202020",
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"pagePath": "pages/common/index/index",
|
||||
"text": "我的设备",
|
||||
"iconPath": "/static/tabs/device.png",
|
||||
"selectedIconPath": "/static/tabs/device-HL.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/index",
|
||||
"pagePath": "pages/common/user/index",
|
||||
"text": "我的",
|
||||
"iconPath": "/static/tabs/my.png",
|
||||
"selectedIconPath": "/static/tabs/my-HL.png"
|
||||
|
Reference in New Issue
Block a user