/// 路由名常量 abstract class AppRoutes { static const splash = '/'; static const home = '/home'; static const settings = '/settings'; }