update:法人修改重新上传
This commit is contained in:
@@ -11,5 +11,13 @@ module.exports = {
|
||||
},
|
||||
devServer: {
|
||||
proxy: "http://localhost:42127"
|
||||
},
|
||||
chainWebpack: config => {
|
||||
config.module
|
||||
.rule("eslint")
|
||||
.use("eslint-loader")
|
||||
.options({
|
||||
fix: true
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user