shuishen
2022-04-29 443c649303cc275f4ff07b3d2f5e589047f8054d
src/api/pc/label.js
@@ -2,7 +2,7 @@
 * @Author: Morpheus
 * @Date: 2021-05-09 15:17:44
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-12-14 08:58:30
 * @Last Modified time: 2022-04-29 16:53:53
 */
// 党群机构
import request from '@/router/axios'
@@ -15,10 +15,21 @@
    })
}
export const uploadImg = (data) => {
    return request({
        url: 'blade-resource/oss/endpoint/put-files-talk',
        method: 'post',
        data: data,
        headers: {
            'Content-Type': 'multipart/form-data'
        }
    })
}
export const getlabel = () => {
    return request({
        url: 'tagging/tagging/list',
        method: 'get',
        method: 'get'
    })
}
@@ -30,4 +41,4 @@
            ids: id
        }
    })
}
}