接口
This commit is contained in:
+13
-5
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"easycom": {
|
||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
"pages": [{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "共享风扇"
|
||||
@@ -44,6 +46,13 @@
|
||||
"navigationBarTextStyle": "black"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/serve/bagCheck/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "共享风扇"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/device/return",
|
||||
"style": {
|
||||
@@ -63,8 +72,7 @@
|
||||
"color": "#999999",
|
||||
"selectedColor": "#1976D2",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"list": [{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "static/home.png",
|
||||
@@ -78,4 +86,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user