修复urldecode异常

This commit is contained in:
2019-03-24 00:15:54 +08:00
parent 58e36e8c17
commit e3e47542fe
2 changed files with 48 additions and 6 deletions

View File

@ -97,7 +97,7 @@ module.exports = {
/*
** You can extend webpack config here
*/
extend (config, ctx) {
extend(config, ctx) {
// Run ESLint on save
if (ctx.isDev && ctx.isClient) {
config.module.rules.push({