Nginx support

location ^~/h5 {
  try_files $uri $uri/ /h5/index.html;
  index index.html;
}

Copy the code

Hbuilder configuration