Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
0b2a3513
Commit
0b2a3513
authored
Dec 25, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改jpush的APPKEY'
parent
709d431d
Pipeline
#4308
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fetch.json
plugins/fetch.json
+2
-2
login.vue
src/pages/login.vue
+1
-1
No files found.
plugins/fetch.json
View file @
0b2a3513
...
@@ -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"
:
{
...
...
src/pages/login.vue
View file @
0b2a3513
...
@@ -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增加点击事件,为了解决进入页面黑屏
}
}
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment