Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
YH_Explorer
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
肖亚东
2019-06-10 16:50:25 +0800
Commit
bbf219094188a91a9aae8b9bd4a9151309ab6ebf
1 parent
4a505dfa
优化处理
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
YHExplorer/YHInjectConfigManager.m
YHExplorer/YHInjectConfigManager.m
View file @
bbf2190
...
...
@@ -140,8 +140,10 @@
-
(
void
)
unMockLocalURLResource
{
@synchronized
(
self
.
schemeArray
)
{
if
(
self
.
schemeArray
.
count
>
0
)
{
self
.
schemeArray
=
[
NSArray
array
];
}
}
}
-
(
void
)
registerURLSchemeHandler
:
(
WKWebViewConfiguration
*
)
config
{
...
...
Please
register
or
login
to post a comment