提示你 This is the view content for action "index". The action belongs to the controller "backend/modules/user/controllers/DefaultController" in the "user" module. You may customize this page by editing the following file: D:/WAMP/www/yii2test/backend/modules/user/views/default/index.php 这个界面内容访问的是模块user下的defaultController执行的是index这个action。 你可能需要自定义这个页面通过修改模块下的views文件index.php模型的生成 模型的生成首先得配置数据库配置文件,路径:yii2test/common/config/main-local.php。