nginx 支持

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

hbuilder配置

03-05 14:38