Commit b81167c6 by ludi

按照网页要求,修改了网页的地址

parent a5b78aa5
......@@ -27,7 +27,7 @@
// FuSi帮助
+ (NSString *)fus_help {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/help/index.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/help/index.html"];
}
// 《直播 & 社区公约》
......@@ -37,7 +37,7 @@
// 主播时长查询
+ (NSString *)fus_liveTime {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/queryTime/index.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/queryTime/index.html"];
}
// iTunesStore
......@@ -52,17 +52,17 @@
// 座驾商城
+ (NSString *)fus_motorShop {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/car/carShop.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/car/carShop.html"];
}
// 背包获得记录
+ (NSString *)fus_backpackReceivedRecord {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/backpack/receiver.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/backpack/receiver.html"];
}
// 背包道具消耗记录
+ (NSString *)fus_backpackConsumeRecord {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/backpack/consume.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/backpack/consume.html"];
}
// 账号管理
......
......@@ -10,7 +10,7 @@ import UIKit
public class FUSBuyDewPopView: UIView {
let URL_WEB_BUY_DEW = "/Nesting/dew/dewMask.html"
let URL_WEB_BUY_DEW = "/vestApp/dew/dewMask.html"
//MARK: -- Class Method
@objc static public func fus_showBuyDewPopView() {
......
......@@ -12,7 +12,7 @@
<key>FUSChatCenterModule.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>76</integer>
<integer>73</integer>
</dict>
</dict>
</dict>
......
......@@ -7,7 +7,7 @@
<key>FUSShowRoomBundle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>78</integer>
<integer>72</integer>
</dict>
<key>FUSShowRoomModule.xcscheme_^#shared#^_</key>
<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:@"/Nesting/box/boxExplan.html"]];
[helpWebView configWebViewWithWebUrl: [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/box/boxExplan.html"]];
helpWebView.shouldIncludeIdentifyInfo = YES;
[self addSubview:helpWebView];
......
......@@ -78,7 +78,7 @@
_sendRecordWebView = [[FUSWKWebView alloc] initWithFrame:CGRectMake(_scrView.width, 0, _scrView.width, _scrView.height)];
[_sendRecordWebView configWebViewWithWebUrl: [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/box/hairBox.html"]];
[_sendRecordWebView configWebViewWithWebUrl: [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/box/hairBox.html"]];
_sendRecordWebView.shouldIncludeIdentifyInfo = YES;
[_scrView addSubview:_sendRecordWebView];
......
......@@ -429,15 +429,9 @@ NS_ASSUME_NONNULL_BEGIN
@interface FUSShowRoomWebURLs : NSObject
// 热力榜榜单说明
+ (NSString *)fus_BOARD_README_HEATING_POWER;
/// 社区公约
+ (NSString *)fus_liveAndCommunityAgreementUrl;
/// 直播管理条例
+ (NSString *)fus_liveRuleAdminRuleUrl;
/// 主播评分介绍
+ (NSString *)fus_liveAnchorAssessIntroURL;
......
......@@ -687,10 +687,6 @@
@implementation FUSShowRoomWebURLs
// 热力榜榜单说明
+ (NSString *)fus_BOARD_README_HEATING_POWER {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/help/hot.html"];
}
/// 社区公约
+ (NSString *)fus_liveAndCommunityAgreementUrl {
// return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/liveCommunity/index.html"];
......@@ -698,12 +694,7 @@
}
/// 主播评分介绍
+ (NSString *)fus_liveAnchorAssessIntroURL{
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/liveScoreIntro/index.html"];
}
/// 直播管理条例
+ (NSString *)fus_liveRuleAdminRuleUrl {
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/Nesting/rule/adminRule.html"];
return [FUSConfig.sharedInstanced.pathConfigs webUrl:@"/vestApp/liveScoreIntro/index.html"];
}
......
......@@ -7,12 +7,12 @@
<key>FUSUserCenterModule.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>73</integer>
<integer>77</integer>
</dict>
<key>FUSUserCenterModuleBundle.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>77</integer>
<integer>76</integer>
</dict>
</dict>
</dict>
......
......@@ -392,7 +392,7 @@
<key>SSZipArchive.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>72</integer>
<integer>78</integer>
</dict>
<key>SnapKit-SnapKit_Privacy.xcscheme</key>
<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