mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-26 03:26:58 +08:00
lintOnSave在build生产时才开启
This commit is contained in:
parent
7be8436910
commit
75c4619bdc
@ -35,6 +35,7 @@ const assetsCDN = {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
lintOnSave: isProd,
|
||||
devServer: {
|
||||
// proxy: {
|
||||
// '/api': { //此处要与 /services/api.js 中的 API_PROXY_PREFIX 值保持一致
|
||||
|
Loading…
x
Reference in New Issue
Block a user