uniapp 路由模式 history

亲测、比如 uniapp 的 H5 配置:
uniapp 路由模式 history_第1张图片

nginx 配置如下,只影响网站下某个目录:

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

你可能感兴趣的:(uni-app)