interfaces.js 211 B

12345678
  1. const domain = "http://47.88.86.123:8000"; //接口域名
  2. const domainStatic = "http://47.88.86.123:8000"//静态域名
  3. const interfaces = {
  4. // 登录
  5. login: domain + "/login",
  6. };
  7. module.exports = interfaces;