Browse Source

附件调试

临城职教中职
坤 梁 2 years ago
parent
commit
786a91988f
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/workflow.js

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

@@ -22,9 +22,9 @@ export default {
// ],
"apiHost": [
// "http://localhost:31173/"
"http://192.168.10.58:8012/"
"http://cyzjzx.gnway.cc:30626/"
],
"webHost":"http://192.168.10.58:20472/",
"webHost":"http://cyzjzx.gnway.cc:29618/",
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [
// 20201130230 21364200000400266 老师 420528196310072253 学生 420528200606205026 420528200507261428


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/workflow.js View File

@@ -273,7 +273,7 @@ export default {
var labeId = item.id
// 从缓存取出当前审批流程所有的guid
var guids = JSON.parse(uni.getStorageSync('guids'))
if (guids) {
if (guids&&JSON.stringify(guids)!=='{}') {
guid = guids[labeId]
}
}


Loading…
Cancel
Save