摘要:
对于VUE的router[mode: history]模式(这里主要是为了去除链接上的"#")开发的时候,一般都不出问题。是因为开发时用的服务器为node,Dev环境中已配置好了, nginx运行的时首页没有问题,链接也没有问题,但在点击刷新后,页面就会显示(404) 原配置: 解决方案如下: 方案 阅读全文
摘要:
<el-upload class="upload-demo" list-type="picture" accept="image/*" :show-file-list="false" :multiple="false" :auto-upload="false" action="https://jso 阅读全文
摘要:
function getUrl () { req().then(res => { console.log(res); }).catch(err => { console.log(err); })} export async function myReq () { await getUrl(); re 阅读全文