|  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages | 
|---|
|  |  |  | { | 
|---|
|  |  |  | "path": "pages/index", | 
|---|
|  |  |  | "path": "pages/home/home", | 
|---|
|  |  |  | "style": { | 
|---|
|  |  |  | "navigationStyle": "custom", | 
|---|
|  |  |  | // 去掉顶部导航栏 | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | "path": "pages/home/home", | 
|---|
|  |  |  | "path": "pages/index", | 
|---|
|  |  |  | "style": { | 
|---|
|  |  |  | "navigationStyle": "custom", | 
|---|
|  |  |  | // 去掉顶部导航栏 | 
|---|
|  |  |  | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | <view class="flex-row sub-info" style="margin-top: 2vh;"> | 
|---|
|  |  |  | <image src="../../static/e1.png" mode="aspectFit"></image> | 
|---|
|  |  |  | <view style="width: 8vw;height: 4vw;line-height: 4vw;">禁用</view> | 
|---|
|  |  |  | <view style="width: 8vw;height: 4vw;line-height: 4vw;">锁定</view> | 
|---|
|  |  |  | <view style="width: 8vw;height: 4vw;line-height: 4vw;font-size: 2vw;">{{baseInfo.noneCount}}</view> | 
|---|
|  |  |  | </view> | 
|---|
|  |  |  | </view> | 
|---|