Dinrer

Results 1 issues of Dinrer

![image](https://user-images.githubusercontent.com/26219593/44782343-7f6dc580-abb9-11e8-9650-a780ff479d80.png) 正确 的路径应该是 file:///G:/Projects/vue-admin-template/dist/static/img/logo.45912d0.png 为什么会多出‘static/css/‘,老版本ustils.js改这里图片就可以正常显示 ![image](https://user-images.githubusercontent.com/26219593/44783010-9ca39380-abbb-11e8-8bdd-c6069bce18d5.png) 新版本用的是另一个插件,不知道怎么处理,求指点! ![image](https://user-images.githubusercontent.com/26219593/44783070-c9f04180-abbb-11e8-8b99-214e05ed67a2.png) **解决了改下[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)配置** ![image](https://user-images.githubusercontent.com/26219593/46744754-625f0300-ccde-11e8-931f-8f504ec1b725.png) { loader: MiniCssExtractPlugin.loader, options: { publicPath: '../../' } }