feat:更新api模块
This commit is contained in:
@@ -106,20 +106,10 @@ List<StatelessWidget> homeActions(BuildContext context) {
|
||||
// 搜索功能
|
||||
},
|
||||
),
|
||||
IconButton(
|
||||
icon: Icon(Icons.add, color: Colors.white),
|
||||
onPressed: () {
|
||||
Navigator.pushNamed(context, '/recordForm');
|
||||
},
|
||||
),
|
||||
// Builder(
|
||||
// builder: (BuildContext context) {
|
||||
// return IconButton(
|
||||
// icon: Icon(Icons.settings, color: Colors.white),
|
||||
// onPressed: () {
|
||||
// Scaffold.of(context).openEndDrawer();
|
||||
// },
|
||||
// );
|
||||
// IconButton(
|
||||
// icon: Icon(Icons.add, color: Colors.white),
|
||||
// onPressed: () {
|
||||
// Navigator.pushNamed(context, '/recordForm');
|
||||
// },
|
||||
// ),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user