1234567
  1. var SERVER_BASE = '';
  2. // 获取真实的上传文件地址
  3. function getRealPath(path) {
  4. return path;
  5. }