config.js 134B

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