소스 검색

app2.0调试

金隅分支
liangkun 3 년 전
부모
커밋
dc4d8d1a8c
3개의 변경된 파일17개의 추가작업 그리고 6개의 파일을 삭제
  1. +1
    -0
      .gitignore
  2. +5
    -5
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  3. +11
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json

+ 1
- 0
.gitignore 파일 보기

@@ -79,3 +79,4 @@ Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
/Learun.Framework.Ultimate V7/Learun.Application.Mobile/platforms/android/assets/www
/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www.7z
/Learun.Framework.Ultimate V7/Learun.Application.WebApi/bin.7z
/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json

+ 5
- 5
Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js 파일 보기

@@ -6,15 +6,15 @@ export default {
// 是否允许用户注册
"enableSignUp": true,
//请求数据的接口地址;可以配置多个,开发环境下登录页会出现选择菜单供您选择
"apiHost": [
"https://wx.qjkjedu.com/learun/adms"
],
// "apiHost": [
// "http://192.168.2.202:8083/learun/adms"
// "https://wx.qjkjedu.com/learun/adms"
// ],
// "apiHost": [
// "http://localhost:8088/learun/adms"
// "http://192.168.2.202:8083/learun/adms"
// ],
"apiHost": [
"http://localhost:31173/learun/adms"
],
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [
{ username: "system", password: "123456" }


+ 11
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json 파일 보기

@@ -282,5 +282,15 @@
"tki-qrcode": "@/components/tki-qrcode/tki-qrcode.vue",
"u-parse": "@/components/u-parse/u-parse.vue"
}
}
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}

불러오는 중...
취소
저장