mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-09-26 08:06:02 +08:00
解决冲突
This commit is contained in:
@ -109,7 +109,7 @@ class DataUtils {
|
||||
static Future<List> getWidgetTreeList() async {
|
||||
try {
|
||||
var response = await NetUtils.get(Api.GET_WIDGET_TREE);
|
||||
print('组件树:$response');
|
||||
print('组件树dddd:$response');
|
||||
if (response != null && response['success']) {
|
||||
return response['data'];
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user