WXL
14 小时以前 6d7cd13eecd3a6f176d310986b4750b0c407e3a1
1
2
3
4
5
6
7
8
9
10
11
import request from '@/utils/request'
import { parseStrEmpty } from "@/utils/ruoyi";//处理字符串,und,null转换为'';
 
// 聊天框上传文件
export function chitchatapi(data) {
  return request({
    url: '/system/file/admin/uploadFile',
    method: 'post',
    data: data
  })
};