解决冲突

This commit is contained in:
yifeng.yl
2019-08-08 12:39:05 +08:00
34 changed files with 812 additions and 341 deletions

View File

@ -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 {