Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-webapp-cli
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
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
heasy
hls-webapp-cli
Commits
fbe0978d
Commit
fbe0978d
authored
Aug 27, 2020
by
JingChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hmap
parent
8acbec2b
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1226 deletions
+2
-1226
index.html
template/index.html
+0
-1
main.js
template/src/main.js
+2
-2
vuePlatform.js
template/static/vuePlatform.js
+0
-1223
No files found.
template/index.html
View file @
fbe0978d
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<!-- safari私有meta标签 允许全屏模式浏览 指定safari顶部状态栏样式(黑色) -->
<!-- safari私有meta标签 允许全屏模式浏览 指定safari顶部状态栏样式(黑色) -->
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<script
type=
"text/javascript"
src=
"./static/vuePlatform.js"
></script>
<title>
车租易
</title>
<title>
车租易
</title>
</head>
</head>
<body>
<body>
...
...
template/src/main.js
View file @
fbe0978d
...
@@ -70,7 +70,7 @@ let routeGo = function (index) {
...
@@ -70,7 +70,7 @@ let routeGo = function (index) {
}
}
Vue
.
prototype
.
$routeGo
=
routeGo
Vue
.
prototype
.
$routeGo
=
routeGo
let
hlsExit
=
function
()
{
/*
let hlsExit = function () {
if (vum.Platform.isIOS()) {
if (vum.Platform.isIOS()) {
cordova.exec(null, null, 'BridgePlugin', 'closeWebView', [])
cordova.exec(null, null, 'BridgePlugin', 'closeWebView', [])
} else {
} else {
...
@@ -83,7 +83,7 @@ let hlsExit = function () {
...
@@ -83,7 +83,7 @@ let hlsExit = function () {
HandBridge.postMessage(JSON.stringify(dict))
HandBridge.postMessage(JSON.stringify(dict))
}
}
}
}
Vue
.
prototype
.
$hlsExit
=
hlsExit
Vue.prototype.$hlsExit = hlsExit
*/
// FastClick.attach(document.body)
// FastClick.attach(document.body)
...
...
template/static/vuePlatform.js
deleted
100755 → 0
View file @
8acbec2b
This diff is collapsed.
Click to expand it.
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