需要在vue.config.js中加入 css: { loaderOptions: { sass: { additionalData: ` @import "@/assets/styles/varibles.scss"; ` } } } 然后重启下项目就可以了,记得核对下文件位置是否正确