路径也没错 我另一个项目就是这么写的路径就能显示 但是这个新建的项目不知道为什么引入的图片就是不显示 也没有报错
<template>
<div id="index">
<img src="static/img/1.jpg">
</div>
</template>
<script>
</script>
<style scoped>
#index{height: 100%;width: 100%;position: absolute;background-color: blue}
</style>
图片后缀注意区分大小写 要一致