diff --git a/lib/setting/about_page.dart b/lib/setting/about_page.dart index e3800c7c..36e38398 100644 --- a/lib/setting/about_page.dart +++ b/lib/setting/about_page.dart @@ -86,6 +86,8 @@ class _AboutPage extends State { SizedBox( height: 20.h, ), + if (kDebugMode) + textItem("ip: ${socketClient.ip}\nport: ${socketClient.port}\nid: ${socketClient.userId}"), GestureDetector( onTap: (){ // updateApp(); @@ -103,15 +105,6 @@ class _AboutPage extends State { }, child: textItem(S.of(context).shiyongbangzhu), ), - if (kDebugMode) - InkWell( - onTap: () { - Navigator.of(context).pushNamed( - '/router/help_feedback_page' - ); - }, - child: textItem("ip:${socketClient.ip} port:${socketClient.port} id:${socketClient.userId}"), - ), if (!Platform.isAndroid) GestureDetector( child: settingSingleItem(S.of(context).geiwopingfen),