// part of 'app_pages.dart';
abstract class Routes {
static const loginPage = '/loginPage'; //登录
static const startPage = '/startPage'; //TAB页面
static const homePage = '/homePage'; //首页
static const userPage = '/userPage'; //我的
}