zhouwx
4 天以前 819275813ce4e586e7397d15a339145f53c4b04c
src/api/backManage/notice.js
@@ -40,3 +40,11 @@
    })
}
export function upload(data) {
    return request({
        url: '/system/common/uploadFile',
        method: 'post',
        data
    })
}