Merge pull request #112 from alibaba/dev/yisheng

Dev/yisheng
This commit is contained in:
ryan730
2019-01-31 19:39:33 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ const Text10 = '''
''';
class Demo extends StatefulWidget {
static const String routeName = '/element/Media/Canvas/PainterPath';
static const String routeName = '/element/Media/Canvas/Canvas';
_DemoState createState() => _DemoState();
}

View File

@ -36,7 +36,7 @@ const Text5 = '''
class Demo extends StatefulWidget {
static const String routeName = '/element/Media/Canvas/Canvas';
static const String routeName = '/element/Media/Canvas/PainterPath';
_DemoState createState() => _DemoState();
}