Commit ffb18dcd by ludi

url改回去

parent 6eaa2be5
......@@ -27,7 +27,7 @@
// FuSi帮助
+ (NSString *)fus_help {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/help/index.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/help/index.html"];
}
// 《直播 & 社区公约》
......@@ -37,7 +37,7 @@
// 主播时长查询
+ (NSString *)fus_liveTime {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/queryTime/index.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/queryTime/index.html"];
}
// iTunesStore
......@@ -52,17 +52,17 @@
// 座驾商城
+ (NSString *)fus_motorShop {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/car/carShop.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/car/carShop.html"];
}
// 背包获得记录
+ (NSString *)fus_backpackReceivedRecord {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/backpack/receiver.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/backpack/receiver.html"];
}
// 背包道具消耗记录
+ (NSString *)fus_backpackConsumeRecord {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/backpack/consume.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/backpack/consume.html"];
}
// 账号管理
......
......@@ -10,7 +10,7 @@ import UIKit
public class FUSBuyDewPopView: UIView {
let URL_WEB_BUY_DEW = "/vestApp/dew/dewMask.html"
let URL_WEB_BUY_DEW = "/Nesting/dew/dewMask.html"
//MARK: -- Class Method
@objc static public func fus_showBuyDewPopView() {
......
......@@ -7,12 +7,12 @@
<key>FUSChatCenterBundle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>74</integer>
<integer>72</integer>
</dict>
<key>FUSChatCenterModule.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>73</integer>
<integer>76</integer>
</dict>
</dict>
</dict>
......
......@@ -7,12 +7,12 @@
<key>FUSShowRoomBundle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>72</integer>
<integer>75</integer>
</dict>
<key>FUSShowRoomModule.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>75</integer>
<integer>74</integer>
</dict>
</dict>
</dict>
......
......@@ -46,7 +46,7 @@
[self addSubview:label];
FUSWKWebView *helpWebView = [[FUSWKWebView alloc] initWithFrame:CGRectMake(0, backBtn.height, self.width, self.height - backBtn.height)];
[helpWebView configWebViewWithWebUrl: [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/box/boxExplan.html"]];
[helpWebView configWebViewWithWebUrl: [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/box/boxExplan.html"]];
helpWebView.shouldIncludeIdentifyInfo = YES;
[self addSubview:helpWebView];
......
......@@ -694,7 +694,7 @@
}
/// 主播评分介绍
+ (NSString *)fus_liveAnchorAssessIntroURL{
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/liveScoreIntro/index.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/liveScoreIntro/index.html"];
}
......
......@@ -7,12 +7,12 @@
<key>FUSUserCenterModule.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>77</integer>
<integer>73</integer>
</dict>
<key>FUSUserCenterModuleBundle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>76</integer>
<integer>77</integer>
</dict>
</dict>
</dict>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment