The page style is lost during debugging. The details are as follows: the route is URL/controller/method. When the local test only enters www.blog.com (default controller index/method index), the page style is normal. Enter www. The style is normal when blog.com/index (/default method index) is entered. When entering www.blog.com/index/index, the page style is lost. How to solve this problem?
天蓬老师2019-10-16 13:49:53
What framework are you using?
If it is laravel, check if routing is set