登录接口

This commit is contained in:
2020-10-09 14:31:10 +08:00
parent 2a1e290d12
commit e9a37efe02
4 changed files with 29 additions and 6 deletions

View File

@@ -17,6 +17,10 @@ module.exports = {
// 为生产环境修改配置...
} else {
// 为开发环境修改配置...
config.devServer = {
proxy: 'http://case.sy-my.net'
}
}
}
}