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
de1610e9
Commit
de1610e9
authored
Sep 29, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改bundleId'
parent
b6b0030b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config.xml
config.xml
+1
-1
main.js
src/main.js
+2
-2
No files found.
config.xml
View file @
de1610e9
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"com.
hls.easy.car
"
version=
"1.0.0"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
id=
"com.
xcmg.app
"
version=
"1.0.0"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
xcmg
</name>
<description>
测试环境版
...
...
src/main.js
View file @
de1610e9
...
...
@@ -134,13 +134,13 @@ vum.$vumPlatform.ready(function () {
}
catch
(
e
)
{
}
if
(
window
.
cordova
&&
window
.
cordova
.
plugins
&&
window
.
cordova
.
plugins
.
Keyboard
)
{
cordova
.
plugins
.
Keyboard
.
hideKeyboardAccessoryBar
(
fals
e
)
cordova
.
plugins
.
Keyboard
.
hideKeyboardAccessoryBar
(
tru
e
)
cordova
.
plugins
.
Keyboard
.
disableScroll
(
true
)
}
if
(
window
.
StatusBar
)
{
window
.
StatusBar
.
styleDefault
()
window
.
StatusBar
.
backgroundColorByName
(
'
black
'
)
window
.
StatusBar
.
backgroundColorByName
(
'
white
'
)
}
const
winSize
=
vum
.
$vumPlatform
.
getWinSize
()
...
...
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