@@ -22,7 +22,7 @@ namespace Learun.Application.WebApi.Modules | |||||
{ | { | ||||
Get["/stuInfoFreshEntity"] = GetStuInfoFreshEntity; | Get["/stuInfoFreshEntity"] = GetStuInfoFreshEntity; | ||||
Get["/stuInfoFresh"] = GetStuInfoFresh; | Get["/stuInfoFresh"] = GetStuInfoFresh; | ||||
Get["/saveStuInfoFresh"] = GetSaveStuInfoFresh; | |||||
Post["/saveStuInfoFresh"] = GetSaveStuInfoFresh; | |||||
Get["/saveLoan"] = GetSaveLoan; | Get["/saveLoan"] = GetSaveLoan; | ||||
Post["/savePhoto"] = GetSavePhoto; | Post["/savePhoto"] = GetSavePhoto; | ||||
Get["/payFeeDetail"] = GetPayFeeDetail; | Get["/payFeeDetail"] = GetPayFeeDetail; | ||||
@@ -22,11 +22,11 @@ export default { | |||||
// ], | // ], | ||||
"apiHost": [ | "apiHost": [ | ||||
// "http://localhost:31173/" | // "http://localhost:31173/" | ||||
"http://123.57.209.16:31173/" | |||||
//"http://112.45.152.8:8083/" | |||||
// "http://123.57.209.16:31173/" | |||||
"http://112.45.152.8:8083/" | |||||
], | ], | ||||
"webHost":"http://123.57.209.16:8081/", | |||||
//"webHost":"http://112.45.152.8:8000/", | |||||
// "webHost":"http://123.57.209.16:8081/", | |||||
"webHost":"http://112.45.152.8:8000/", | |||||
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 | // 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示 | ||||
"devAccount": [ | "devAccount": [ | ||||
// 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428 | // 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428 | ||||
@@ -1,6 +1,6 @@ | |||||
{ | { | ||||
"name" : "智慧校园", | "name" : "智慧校园", | ||||
"appid" : "__UNI__1F5E446", | |||||
"appid" : "__UNI__E4958C9", | |||||
"description" : "智慧校园移动端", | "description" : "智慧校园移动端", | ||||
"versionName" : "2.1.0", | "versionName" : "2.1.0", | ||||
"versionCode" : 20100, | "versionCode" : 20100, | ||||
@@ -195,7 +195,7 @@ export default { | |||||
}else{ | }else{ | ||||
this.queryData.Photo = "" | this.queryData.Photo = "" | ||||
} | } | ||||
this.HTTP_GET('StuInfoFresh/saveStuInfoFresh', this.queryData).then(res => { | |||||
this.HTTP_POST('StuInfoFresh/saveStuInfoFresh', this.queryData).then(res => { | |||||
this.HIDE_LOADING(); | this.HIDE_LOADING(); | ||||
if (res) { | if (res) { | ||||
// this.NAV_TO("/pages/my/newpassword") | // this.NAV_TO("/pages/my/newpassword") | ||||