Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
nine-private-drainage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
anle
nine-private-drainage
Commits
36e08236
Commit
36e08236
authored
Mar 18, 2021
by
anle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改
parent
4a64b244
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitignore
.gitignore
+1
-0
src/component.vue
src/component.vue
+1
-2
No files found.
.gitignore
0 → 100644
View file @
36e08236
node_modules
src/component.vue
View file @
36e08236
...
...
@@ -47,13 +47,12 @@ function tiaozhuan(nativeUrl) {
doc
=
window
.
document
,
ifr
=
doc
.
createElement
(
"
iframe
"
);
window
.
location
.
href
=
nativeUrl
;
//创建一个隐藏的iframe
ifr
.
src
=
nativeUrl
;
ifr
.
style
.
cssText
=
"
display:none;border:0;width:0;height:0;
"
;
doc
.
body
.
appendChild
(
ifr
);
window
.
location
.
href
=
nativeUrl
;
setTimeout
(
function
()
{
doc
.
body
.
removeChild
(
ifr
);
window
.
location
.
href
=
"
weixin://
"
;
...
...
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