bt-yjj-system-examination-web/src/assets/public/url.js

11 lines
296 B
JavaScript
Raw Normal View History

2021-05-08 17:27:56 +08:00
const registerUrl = 'http://124.67.110.246:8081/signup/'
const loginUrl = 'http://124.67.110.246:8081/signup/'
const signUrl = 'http://124.67.110.246:8081/signup/'
const personInfoUrl = 'http://124.67.110.246:8081/signup/'
export default {
registerUrl,
loginUrl,
signUrl,
personInfoUrl
}