Commit 0b2a3513 authored by 李晓兵's avatar 李晓兵

'修改jpush的APPKEY'

parent 709d431d
Pipeline #4308 canceled with stages
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
}, },
"is_top_level": true, "is_top_level": true,
"variables": { "variables": {
"APP_KEY": "7675edf5efa043a1ce9449a2" "APP_KEY": "bef4fd44dcf54b79b8ab27c3"
} }
}, },
"jpush-phonegap-plugin": { "jpush-phonegap-plugin": {
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
}, },
"is_top_level": true, "is_top_level": true,
"variables": { "variables": {
"APP_KEY": "7675edf5efa043a1ce9449a2" "APP_KEY": "bef4fd44dcf54b79b8ab27c3"
} }
}, },
"cordova-plugin-inappbrowser": { "cordova-plugin-inappbrowser": {
......
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
window.addEventListener('native.keyboardhide', function () { window.addEventListener('native.keyboardhide', function () {
document.activeElement.blur() document.activeElement.blur()
}) })
if (vum.Platform.isAndroid()) { // 安卓 if (vum.Platform.isAndroid()) { // 安卓,ios下加入这段代码导致APP不能滑动,未找到原因,切ios下存在黑屏问题,故此段代码只加载安卓中
document.getElementById('userInput').focus() // 进入页面强行给dom增加点击事件,为了解决进入页面黑屏 document.getElementById('userInput').focus() // 进入页面强行给dom增加点击事件,为了解决进入页面黑屏
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment