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

15 lines
527 B
JavaScript
Raw Normal View History

2021-05-17 15:55:55 +08:00
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/'
2021-05-08 17:27:56 +08:00
export default {
registerUrl,
loginUrl,
signUrl,
personInfoUrl
}