Skip to content

Commit 6f22be9

Browse files
committed
【企业版】点击帮助中心进入的不是企业版帮助文档
1 parent 33ea840 commit 6f22be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/HelpViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ @implementation HelpViewController
1414
+ (instancetype)vcWithHelpStr{
1515
NSString *curUrlStr;
1616
if (kTarget_Enterprise) {
17-
curUrlStr = @"https://coding.net/help/doc/mobile";
17+
curUrlStr = @"help";
1818
}else{
1919
curUrlStr = @"/help/doc/mobile";
2020
}

0 commit comments

Comments
 (0)