修复语法格式问题

This commit is contained in:
hupeng
2020-02-17 10:22:25 +08:00
parent e269614bd5
commit d7c60b817b
40 changed files with 580 additions and 759 deletions

View File

@ -50,6 +50,6 @@ export function remark(data) {
export function get() {
return request({
url: 'api/yxExpress',
method: 'get',
method: 'get'
})
}