修复错别单词colume -> column, 删除tag中多余的;

This commit is contained in:
SliverHorn
2020-11-07 11:38:36 +08:00
parent 261e34a5c2
commit 2daa65f00d
6 changed files with 27 additions and 27 deletions

View File

@@ -59,9 +59,9 @@ export const getTable = (params) => {
// @Produce application/json
// @Success 200 {string} string "{"success":true,"data":{},"msg":"创建成功"}"
// @Router /autoCode/getColume [get]
export const getColume = (params) => {
export const getColumn = (params) => {
return service({
url: "/autoCode/getColume",
url: "/autoCode/getColumn",
method: 'get',
params,
})