Commit ffb18dcd by ludi

url改回去

parent 6eaa2be5
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
// FuSi帮助 // FuSi帮助
+ (NSString *)fus_help { + (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 @@ ...@@ -37,7 +37,7 @@
// 主播时长查询 // 主播时长查询
+ (NSString *)fus_liveTime { + (NSString *)fus_liveTime {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/queryTime/index.html"]; return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/queryTime/index.html"];
} }
// iTunesStore // iTunesStore
...@@ -52,17 +52,17 @@ ...@@ -52,17 +52,17 @@
// 座驾商城 // 座驾商城
+ (NSString *)fus_motorShop { + (NSString *)fus_motorShop {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/car/carShop.html"]; return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/car/carShop.html"];
} }
// 背包获得记录 // 背包获得记录
+ (NSString *)fus_backpackReceivedRecord { + (NSString *)fus_backpackReceivedRecord {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/backpack/receiver.html"]; return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/backpack/receiver.html"];
} }
// 背包道具消耗记录 // 背包道具消耗记录
+ (NSString *)fus_backpackConsumeRecord { + (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 ...@@ -10,7 +10,7 @@ import UIKit
public class FUSBuyDewPopView: UIView { 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 //MARK: -- Class Method
@objc static public func fus_showBuyDewPopView() { @objc static public func fus_showBuyDewPopView() {
......
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
<key>FUSChatCenterBundle.xcscheme_^#shared#^_</key> <key>FUSChatCenterBundle.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>74</integer> <integer>72</integer>
</dict> </dict>
<key>FUSChatCenterModule.xcscheme_^#shared#^_</key> <key>FUSChatCenterModule.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>73</integer> <integer>76</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>
......
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
<key>FUSShowRoomBundle.xcscheme_^#shared#^_</key> <key>FUSShowRoomBundle.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>72</integer> <integer>75</integer>
</dict> </dict>
<key>FUSShowRoomModule.xcscheme_^#shared#^_</key> <key>FUSShowRoomModule.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>75</integer> <integer>74</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
[self addSubview:label]; [self addSubview:label];
FUSWKWebView *helpWebView = [[FUSWKWebView alloc] initWithFrame:CGRectMake(0, backBtn.height, self.width, self.height - backBtn.height)]; 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; helpWebView.shouldIncludeIdentifyInfo = YES;
[self addSubview:helpWebView]; [self addSubview:helpWebView];
......
...@@ -694,7 +694,7 @@ ...@@ -694,7 +694,7 @@
} }
/// 主播评分介绍 /// 主播评分介绍
+ (NSString *)fus_liveAnchorAssessIntroURL{ + (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 @@ ...@@ -7,12 +7,12 @@
<key>FUSUserCenterModule.xcscheme_^#shared#^_</key> <key>FUSUserCenterModule.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>77</integer> <integer>73</integer>
</dict> </dict>
<key>FUSUserCenterModuleBundle.xcscheme_^#shared#^_</key> <key>FUSUserCenterModuleBundle.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>76</integer> <integer>77</integer>
</dict> </dict>
</dict> </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