!23 优化代码,修改拼写错误

Merge pull request !23 from sh1yu/master
This commit is contained in:
暮光:城中城
2023-06-19 03:06:17 +00:00
committed by Gitee
13 changed files with 165 additions and 154 deletions

View File

@@ -6,6 +6,6 @@ export default {
return request({url: '/system/info/upgrade', method: 'post', data: Qs.stringify(data)});
},
fetchMoudleData: data => {
return request({url: '/system/info/moudle', method: 'get', data: Qs.stringify(data)});
return request({url: '/system/info/module', method: 'get', data: Qs.stringify(data)});
}
};