diff --git a/AgileWorks/AgileWorks/Main/Builder/MainTabBarViewBuilder.swift b/AgileWorks/AgileWorks/Main/Builder/MainTabBarViewBuilder.swift index 18284bafdd7588a9744887c16c023f51548d48fc..910e9fcd07d3c2d1b7496b54cd5edf887ed4deba 100644 --- a/AgileWorks/AgileWorks/Main/Builder/MainTabBarViewBuilder.swift +++ b/AgileWorks/AgileWorks/Main/Builder/MainTabBarViewBuilder.swift @@ -18,7 +18,7 @@ enum ViewType: Int { enum ViewURL: String { case home = "/Broker/Mobile#home" case work = "/Broker/Mobile#work" - case documents = "https://xpoint-develop-sbc.atledcloud.net/xpoint/login.jsp?login=site" + case documents = "/Broker/Mobile#formSelection" case search = "/Broker/Mobile#agileWorksSearch" } diff --git a/AgileWorks/AgileWorks/WebView/View/WebViewController.swift b/AgileWorks/AgileWorks/WebView/View/WebViewController.swift index 2fcb8dd98ec858c2a881f9cde19e245d0e5b0532..adff786370cb5ce432e7d3c703da88b43cc56103 100644 --- a/AgileWorks/AgileWorks/WebView/View/WebViewController.swift +++ b/AgileWorks/AgileWorks/WebView/View/WebViewController.swift @@ -44,6 +44,7 @@ class WebViewController: UIViewController { var urlToTitle: [String: String] = [ "Mobile#home": getDisplayString(key: "HomeTitle", comment: ""), "Mobile#work": getDisplayString(key: "WorkTitle", comment: ""), + "Mobile#formSelection": getDisplayString(key: "DocumentsTitle", comment: ""), "Mobile#agileWorksSearch": getDisplayString(key: "SearchTitle", comment: "") ] // 書類表示時 URL @@ -362,6 +363,7 @@ class WebViewController: UIViewController { urlToTitle = [ "Mobile#home": getDisplayString(key: "HomeTitle", comment: ""), "Mobile#work": getDisplayString(key: "WorkTitle", comment: ""), + "Mobile#formSelection": getDisplayString(key: "DocumentsTitle", comment: ""), "Mobile#agileWorksSearch": getDisplayString(key: "SearchTitle", comment: "") ] if self.nowTitleKey != nil {