|
@@ -3,10 +3,10 @@ const urls={
|
|
|
ws:'ws://120.77.179.55/wss',
|
|
|
},
|
|
|
login:{
|
|
|
- get_code_image:'httpss://120.77.179.55/api/common/get_code_image',/*获取验证码图片*/
|
|
|
- login:'httpss://120.77.179.55/api/common/login',/*登陆*/
|
|
|
- getCode:'httpss://120.77.179.55/api/common/get_code',/*忘记密码获取邮箱验证码*/
|
|
|
- chargePassword:'httpss://120.77.179.55/api/common/charge_password',/*忘记密码设置新密码*/
|
|
|
+ get_code_image:'https://120.77.179.55/api/common/get_code_image',/*获取验证码图片*/
|
|
|
+ login:'https://120.77.179.55/api/common/login',/*登陆*/
|
|
|
+ getCode:'https://120.77.179.55/api/common/get_code',/*忘记密码获取邮箱验证码*/
|
|
|
+ chargePassword:'https://120.77.179.55/api/common/charge_password',/*忘记密码设置新密码*/
|
|
|
},
|
|
|
/*首页*/
|
|
|
common:{
|