nginx加上这段配置试下
location /{ index index.html; try_files $uri $uri/ /index.html; #根据vue-router路由history特性,这句一定要配置,否则会出现404问题 }
如果不行,用下面这段
location /{
index index.html; error_page 404 /index.html; }
讨论(1)
- 热议问题
-
计划什么时候发布4.6版本
1
-
前端配置后台地址怎么配置
1
-
在流程配置中的扩展按钮是否可以隐藏,具体需要怎么操作?
1
-
引用水球图echarts时
1
-
springcloud接入seata服务后,报错信息都是try to proceed invocation error开头
1
-
/blade-auth/oauth/token 获取token接口报请求头中未找到 [Authorization] 信息
1
-
树形的模型搜索有bug
1
-
BladeX-Tool 的JDK8版本的版本有吗?目前只看到17的版本
1
-
前端Saber3升级无法启动
2
-
bladex的登陆验证码如何配置清晰度?
1
扫一扫访问 Blade技术社区 移动端