Browse Source

屏蔽小车调试

cjb 2 ngày trước cách đây
mục cha
commit
2bc4ee380a
1 tập tin đã thay đổi với 13 bổ sung13 xóa
  1. 13 13
      entry/src/main/ets/common/component/TitleStateComp.ets

+ 13 - 13
entry/src/main/ets/common/component/TitleStateComp.ets

@@ -173,19 +173,19 @@ export struct TitleStateComp {
           .width('7.2%')
           .justifyContent(FlexAlign.Center)
 
-          Row() {
-            Image($r("app.media.menu_robot"))
-              .height(px2vp(48))
-              .width(px2vp(48))// .backgroundColor(Color.Green)
-              .onClick(() => {
-                router.pushUrl({
-                  url: 'pages/RobotErrorHandle'
-                })
-              })
-          }
-          .height('100%')
-          .width('7.2%')
-          .justifyContent(FlexAlign.Center)
+          // Row() {
+          //   Image($r("app.media.menu_robot"))
+          //     .height(px2vp(48))
+          //     .width(px2vp(48))// .backgroundColor(Color.Green)
+          //     .onClick(() => {
+          //       router.pushUrl({
+          //         url: 'pages/RobotErrorHandle'
+          //       })
+          //     })
+          // }
+          // .height('100%')
+          // .width('7.2%')
+          // .justifyContent(FlexAlign.Center)
 
           Row() {
             Image($r("app.media.hongDa_black"))