Skip to content

Commit 3694a3a

Browse files
committed
企业版/个人版 iOS APP 代码无法浏览
1 parent 5ec1daf commit 3694a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Coding_iOS/Util/OC_Category/NSString+Common.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ + (NSString *)handelRef:(NSString *)ref path:(NSString *)path{
151151
if (path.length > 0) {
152152
[result appendFormat:@"%@%@", ref.length > 0? @"/": @"", path];
153153
}
154-
return [result URLEncoding];
154+
return result;
155+
// return [result URLEncoding];
155156
}
156157
- (CGSize)getSizeWithFont:(UIFont *)font constrainedToSize:(CGSize)size{
157158
CGSize resultSize = CGSizeZero;

0 commit comments

Comments
 (0)