vue 中 /config/index.js, assetsPublicPath 的做用是便於訪問打包後的靜態資源,默認是相對於根 /,html
固然若是直接把dist文件夾當成根來配置域名 能夠什麼都不用作。vue
這種狀況主要用於 訪問的地址不是根, 相似這種 http://local.wk.com/pro/frontend-vue/nssp/trunk/channel/dist/index.html,frontend
這時想要訪問dist下的資源就須要改 assetsPublicPath : / 爲 assetsPublicPath: '/pro/frontend-vue/nssp/trunk/channel/dist/',spa