研发图纸文件管理系统-前端项目
iczer
2020-07-15 3ff12474cdbfb65762858bde797735259e526b91
1
2
3
4
5
// const BASE_URL = 'http://localhost:8080' your service base url
const BASE_URL = '' // mock base url
module.exports = {
  LOGIN: `${BASE_URL}/login`
}