Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
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
mobile-group
galaxy-iOS
Commits
114b3b37
Commit
114b3b37
authored
Aug 01, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、删除测试代码
2、替换url
parent
5d50c7a2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
BuglyIosStifListZip.zip
galaxy/buglybin/symbolResult/BuglyIosStifListZip.zip
+0
-0
YHJsApi.swift
...galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
+6
-6
YHBaseUrlManager.swift
galaxy/galaxy/Classes/Tools/NetWork/YHBaseUrlManager.swift
+2
-2
No files found.
galaxy/buglybin/symbolResult/BuglyIosStifListZip.zip
deleted
100644 → 0
View file @
5d50c7a2
File deleted
galaxy/galaxy/Classes/Modules/InteractionH5(与H5交互)/YHJsApi.swift
View file @
114b3b37
...
@@ -20,16 +20,16 @@ extension YHJsApi {
...
@@ -20,16 +20,16 @@ extension YHJsApi {
//保存图片到本地
//保存图片到本地
@objc
func
saveLocalPictureSyn
(
_
picUrl
:
String
)
{
@objc
func
saveLocalPictureSyn
(
_
picUrl
:
String
)
{
DispatchQueue
.
main
.
async
{
self
.
delegate
?
.
saveLocalPictureSyn
(
picUrl
)
self
.
delegate
?
.
saveLocalPictureSyn
(
picUrl
)
}
}
@objc
func
setAppNavigation
(
_
show
:
Bool
)
{
}
// if show {
// YHHUD.flash(message: "显示")
// } else {
// YHHUD.flash(message: "隐藏")
// }
@objc
func
setAppNavigation
(
_
show
:
Bool
)
{
printLog
(
show
)
DispatchQueue
.
main
.
async
{
self
.
delegate
?
.
setAppNavigation
(
show
)
self
.
delegate
?
.
setAppNavigation
(
show
)
}
}
}
}
}
galaxy/galaxy/Classes/Tools/NetWork/YHBaseUrlManager.swift
View file @
114b3b37
...
@@ -43,11 +43,11 @@ class YHBaseUrlManager {
...
@@ -43,11 +43,11 @@ class YHBaseUrlManager {
//隐私协议 PrivacyAgreement
//隐私协议 PrivacyAgreement
func
curPrivacyAgreementUrl
()
->
String
{
func
curPrivacyAgreementUrl
()
->
String
{
return
"https://test-hkdiy-h5.galaxy-immi.com/
superApp/ganglife"
return
curH5URL
()
+
"
superApp/ganglife"
}
}
//用户政策 UserItems
//用户政策 UserItems
func
curUserItemsUrl
()
->
String
{
func
curUserItemsUrl
()
->
String
{
return
"https://test-hkdiy-h5.galaxy-immi.com/
superApp/service"
return
curH5URL
()
+
"
superApp/service"
}
}
}
}
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