Browse Source

fix: delete unuse code

newMaster
zhaoxc5 2 years ago
parent
commit
08d0326718
  1. 7
      ruoyi-ui/vue.config.js

7
ruoyi-ui/vue.config.js

@ -123,12 +123,7 @@ module.exports = {
} }
} }
}) })
config.optimization.runtimeChunk('single')
config.optimization.runtimeChunk('single'),
{
from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件
to: './' //到根目录下
}
}) })
} }
} }

Loading…
Cancel
Save