We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
etmvc做后台时,访问的是: www.domain.com/控制器/方法 etmvc做前台时,访问的是: www.domain.com/index www.domain.com/info www.domain.com/product www.domain.com/demo www.domain.com/case 等一些单页时,怎么配置控制器啊?
The text was updated successfully, but these errors were encountered:
etmvc做后台时,访问的是: www.domain.com/控制器/方法
etmvc做前台时,访问的是: www.domain.com/index www.domain.com/info www.domain.com/product www.domain.com/demo www.domain.com/case 等一些单页时,怎么配置控制器啊?
1、建立对应的controller,比如IndexController、InfoController等,默认是index()方法; 2、自定义路由:https://github.com/shuzheng/etmvc/blob/master/Wiki/route.md
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: