const domain = "http://47.88.86.123:8000"; //接口域名 const domainStatic = "http://47.88.86.123:8000"//静态域名 const interfaces = { // 登录 login: domain + "/login", }; module.exports = interfaces;