Browse Source

11

master
chinaXLG 3 years ago
parent
commit
e4d3d9c136
3 changed files with 10 additions and 10 deletions
  1. +8
    -8
      Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/config/config.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  3. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json

+ 8
- 8
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/config/config.js View File

@@ -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 = {


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js View File

@@ -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"


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json View File

@@ -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 } },


Loading…
Cancel
Save