bt-yjj-system-examination-web/src/assets/public/url.js
2021-05-17 15:55:55 +08:00

15 lines
527 B
JavaScript

const registerUrl = 'http://124.67.110.246:9999/signup/'
const loginUrl = 'http://124.67.110.246:9999/signup/'
const signUrl = 'http://124.67.110.246:9999/signup/'
const personInfoUrl = 'http://124.67.110.246:9999/signup/'
// const registerUrl = 'http://192.168.0.109:8070/signup/'
// const loginUrl = 'http://192.168.0.109:8070/signup/'
// const signUrl = 'http://192.168.0.109:8070/signup/'
// const personInfoUrl = 'http://192.168.0.109:8070/signup/'
export default {
registerUrl,
loginUrl,
signUrl,
personInfoUrl
}