abstract class AppRoutes { // 命名路由,使用 const 常量 static const home = '/home'; static const login = '/login'; static const my = '/my'; static const changePassword = '/changePassword'; // #region static const problem = '/problem'; static const problemUpload = '/problemUpload'; static const problemForm = '/problemForm'; // #endregion }