update:法人修改重新上传

This commit is contained in:
2021-01-27 12:07:53 +08:00
parent b562a4c1d4
commit a3af7a6ba0
6 changed files with 753 additions and 56 deletions

View File

@@ -11,5 +11,13 @@ module.exports = {
},
devServer: {
proxy: "http://localhost:42127"
},
chainWebpack: config => {
config.module
.rule("eslint")
.use("eslint-loader")
.options({
fix: true
});
}
};