uni-app H5端访问内页显示404

需要配置伪静态

location / {
  try_files $uri $uri/ /index.html;
}

猜你喜欢

转载自www.cnblogs.com/ydl233/p/12074638.html