闸门智控小程序
This commit is contained in:
+105
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "分质分流排口智控系统"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path": "packagePage/pages/config/config",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "分质分流排口智控系统"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path": "packagePage/pages/aerator/aerator",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "曝气机",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path": "packagePage/pages/aerator_list/aerator_list",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "基本信息",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path": "packagePage/pages/overview/overview",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "分质分流排口智控系统",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path": "packagePage/pages/aerator_detail/aerator_detail",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "曝气机",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path": "packagePage/pages/auth/auth",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
, {
|
||||
"path": "packagePage/pages/my/my",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "我的",
|
||||
"navigationBarBackgroundColor": "#586ACC",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
, {
|
||||
"path": "packagePage/pages/ctrllist/ctrllist",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "远程调控",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
, {
|
||||
"path": "packagePage/pages/ctrldevice/ctrldevice",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "远程调控",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
, {
|
||||
"path": "packagePage/pages/wait/wait",
|
||||
"style":
|
||||
{
|
||||
"navigationBarTitleText": "阿威恩排口智控",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "阿威恩排口智控",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
|
||||
}
|
||||
},
|
||||
"uniIdRouter": { }
|
||||
}
|
||||
Reference in New Issue
Block a user