fix:code url

This commit is contained in:
yifeng.yl
2019-01-30 12:35:50 +08:00
parent a3ebc2c4bb
commit 588c17ca10
42 changed files with 53 additions and 47 deletions

View File

@ -4,7 +4,7 @@ class Application {
static Router router;
static TabController controller;
static Map<String, String> github = {
'widgetsURL':'https://github.com/alibaba-paimai-frontend/flutter-common-widgets-app/tree/develop/lib/widgets/',
'widgetsURL':'https://github.com/alibaba/flutter-go/blob/develop/lib/widgets/',
//'develop':'https://github.com/alibaba-paimai-frontend/flutter-common-widgets-app/tree/develop/lib/widgets/',
//'master':'https://github.com/alibaba-paimai-frontend/flutter-common-widgets-app/tree/master/lib/widgets/'
};