:先插件安装vue-cli-plugin-style-resources-loader,然后依赖安装style-resources-loaderconstpath=require('path')//自己添加module.exports={pluginOptions:{'style-resources-loader':{preProcessor:'less',patterns:[path.resolve(__dirname,'./src/base.less')//自己添加的,少了全局变量所在的文件路径]}}}
