A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuejs/vue-cli/issues/112 below:

CSS background images 路径找不到 · Issue #112 · vuejs/vue-cli · GitHub

用脚手架build prd时出现dist下css文件background-image找不到路径的情况,生成目录如下

|------dist
|------|------static
|------|------|-----css
|------|------|------|------app.436040cbfa6aab8cd7ca62e837db8eea.css
|------|------|------js
|------|------|------img
|------|------|------|------mix.a3cf3e7.png
|------|------index.html

生成css如下

.mainbg{
    background-image:url(/static/img/mix.a3cf3e7.png);
}

导致url路径找不到
理想状态应该是这样才能找到
background-image:url(../img/mix.a3cf3e7.png);
怎么破


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4