zhouwenxuan
2024-02-22 32025887cb0e13634d800330bb33e3533fd3f70d
src/api/backManage/notice.js
@@ -40,3 +40,11 @@
    })
}
export function upload(data) {
    return request({
        url: '/system/common/uploadFile',
        method: 'post',
        data
    })
}