vue history模式 / 页面刷新空白
vue 2018-01-05 15:18:23

参考链接:https://router.vuejs.org/zh-cn/essentials/history-mode.html

 

关于模式改history后,产生的问题:

1、分享那一块 IOS要刷新才可以调起sdk

2、链接美化

3、页面刷新会空白

 

请配置对应的apache和nginx

 

C/C++ Code复制内容到剪贴板
  1. ## uni-app改为history模式后刷新404的问题  
  2. location /h5 {  
  3.      index  index.html index.htm;  
  4.      try_files $uri $uri/ /h5/index.html;  
  5. }  

 

 

本文来自于:http://www.yoyo88.cn/study/vue/269.html

Powered by yoyo苏ICP备15045725号