diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/config/config.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/config/config.js index bbf9d244a..0be0a62db 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/config/config.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/config/config.js @@ -1,7 +1,7 @@ -var config = { - webapi: 'http://localhost:8088/', - web: "http://localhost:8087/"//web地址,用于配置logo -}; +// var config = { +// webapi: 'http://localhost:8088/', +// web: "http://localhost:8087/"//web地址,用于配置logo +// }; //var config = { // webapi: 'http://112.230.201.53:31173/', // web:"http://112.230.201.53/:8081/"//web地址,用于配置logo @@ -16,10 +16,10 @@ // webapi: 'http://localhost:8081/', // web: "http://localhost:8080/"//web地址,用于配置logo //}; -//var config = { -// webapi: 'http://123.57.209.16:31174/', -// web: "http://123.57.209.16:31175/"//web地址,用于配置logo -//}; +var config = { + webapi: 'http://123.57.209.16:31174/', + web: "http://123.57.209.16:31175/"//web地址,用于配置logo +}; //金隅 //var config = { 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 9618b5275..0c3d4e3ff 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js @@ -10,7 +10,7 @@ export default { "https://wx.qjkjedu.com/learun/adms" ], // "apiHost": [ - // "http://192.168.2.202:8083/learun/adms" + // "http://123.57.209.16:31174/learun/adms" // ], // "apiHost": [ // "http://localhost:8088/learun/adms" diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index 4b65384fe..d3dbd9b6f 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -81,7 +81,7 @@ // 自定义应用 { "path": "pages/customapp/list", "style": { "navigationBarTitleText": "自定义应用" } }, - { "path": "pages/customapp/single", "style": { "navigationBarTitleText": "自定义应用详情页" } }, + { "path": "pages/customapp/single", "style": { "navigationBarTitleText": "自定义应用详情页" }}, // 工作流 { "path": "pages/nworkflow/myflow/list", "style": { "navigationBarTitleText": "我的任务", "disableScroll": true } },