|
|
@ -1,8 +1,9 @@ |
|
|
|
import Setting from "@/setting"; |
|
|
|
import Setting from "@/setting"; |
|
|
|
// let host = Setting.apiBaseURL
|
|
|
|
// let host = Setting.apiBaseURL
|
|
|
|
// let host = "http://192.168.31.151:9000/"; // 榕
|
|
|
|
// let host = "http://192.168.31.151:9000/"; // 榕
|
|
|
|
let host = 'http://192.168.31.125:9000/'; // 坤
|
|
|
|
// let host = 'http://192.168.31.125:9000/'; // 坤
|
|
|
|
let xsHost = "http://39.108.250.202:9000/"; // 线上
|
|
|
|
|
|
|
|
|
|
|
|
let host = "http://39.108.250.202:9000/"; // 测试服
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let uploadURL = Setting.upload.apiURL; |
|
|
|
let uploadURL = Setting.upload.apiURL; |
|
|
@ -15,7 +16,7 @@ export default { |
|
|
|
logins: `${host}users/users/user/login`, //登录
|
|
|
|
logins: `${host}users/users/user/login`, //登录
|
|
|
|
verification: `${host}users/users/user/captcha`,// 验证码图片
|
|
|
|
verification: `${host}users/users/user/captcha`,// 验证码图片
|
|
|
|
// bindPhoneOrEmail:`${host}users/users/userAccount/bindPhoneOrEmail`,// 绑定手机
|
|
|
|
// bindPhoneOrEmail:`${host}users/users/userAccount/bindPhoneOrEmail`,// 绑定手机
|
|
|
|
// sendPhoneOrEmailCode:`${host} users/users/userAccount/sendPhoneOrEmailCode`,// 手机验证码
|
|
|
|
// sendPhoneOrEmailCode:`${host}users/users/userAccount/sendPhoneOrEmailCode`,// 手机验证码
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//学生管理
|
|
|
|
//学生管理
|
|
|
|