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