一、该问题的重现步骤是什么?
1. 调用外部接口,访问不到
<template>
<div>
<h2>{{data}}</h2>
</div>
</template>
<script>
export default {
name: 'kasm',
data () {
return {
data: ''
}
},
mounted() {
this.showkasm()
},
methods: {
showkasm(){
this.$axios.get('https://api.zynets.cn/api/time')
.then(Response =>{
console.log(Response.data)
})
}
}
}
</script>
2.
3.
二、你期待的结果是什么?实际看到的又是什么?
期待的结果是外部接口正常返回日期
实际看到控制台报错
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
springblade+saber windows
四、请提供详细的错误堆栈信息,这很重要。
Access to XMLHttpRequest at 'https://api.zynets.cn/api/time' from origin 'http://localhost:1888' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
GET https://api.zynets.cn/api/time net::ERR_FAILED
Uncaught (in promise) Error: Error: Network Error
at eval (axios.js:74:1)
五、若有更多详细信息,请在下面提供。
扫一扫访问 Blade技术社区 移动端