diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuInfoFreshApi.cs b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuInfoFreshApi.cs index f13febd48..ff341529e 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuInfoFreshApi.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuInfoFreshApi.cs @@ -22,7 +22,7 @@ namespace Learun.Application.WebApi.Modules { Get["/stuInfoFreshEntity"] = GetStuInfoFreshEntity; Get["/stuInfoFresh"] = GetStuInfoFresh; - Get["/saveStuInfoFresh"] = GetSaveStuInfoFresh; + Post["/saveStuInfoFresh"] = GetSaveStuInfoFresh; Get["/saveLoan"] = GetSaveLoan; Post["/savePhoto"] = GetSavePhoto; Get["/payFeeDetail"] = GetPayFeeDetail; diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js index a7ef37b6a..599dabebe 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -22,11 +22,11 @@ export default { // ], "apiHost": [ // "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": [ // 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428 diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json index b2278285c..f1aa9aa1f 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/manifest.json @@ -1,6 +1,6 @@ { "name" : "智慧校园", - "appid" : "__UNI__1F5E446", + "appid" : "__UNI__E4958C9", "description" : "智慧校园移动端", "versionName" : "2.1.0", "versionCode" : 20100, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/welcome/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/welcome/list.vue index ed4ac64a3..504947c1e 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/welcome/list.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/welcome/list.vue @@ -195,7 +195,7 @@ export default { }else{ this.queryData.Photo = "" } - this.HTTP_GET('StuInfoFresh/saveStuInfoFresh', this.queryData).then(res => { + this.HTTP_POST('StuInfoFresh/saveStuInfoFresh', this.queryData).then(res => { this.HIDE_LOADING(); if (res) { // this.NAV_TO("/pages/my/newpassword") diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png index b856206a5..3b27e9f5a 100644 Binary files a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/logo.png differ