ins-file.js 209 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 import { createApiObj } from './common' const PROJECT_ROOT = '/ins-file' /*文件上传*/ export const API_FILEUPLOAD_MANAGE = createApiObj([ '/image/upload/base64', // 上传图片 ], PROJECT_ROOT)