From 5cc39370f2da314086f3cd4ab9f06fb2f654cc4d Mon Sep 17 00:00:00 2001 From: Gk40002148 Date: Wed, 20 Apr 2022 11:29:28 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B8=E9=A1=9E=E4=BD=9C=E6=88=90?= =?UTF-8?q?=E3=81=AE=E5=88=9D=E6=9C=9FURL=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AgileWorks/AgileWorks/Main/Builder/MainTabBarViewBuilder.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AgileWorks/AgileWorks/Main/Builder/MainTabBarViewBuilder.swift b/AgileWorks/AgileWorks/Main/Builder/MainTabBarViewBuilder.swift index 194392f..9f2c70c 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" } -- GitLab From cae87d220b5fb2dac3dad1916631b4062e689604 Mon Sep 17 00:00:00 2001 From: Gk40002148 Date: Mon, 25 Apr 2022 17:44:40 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B8=E9=A1=9E=E4=BD=9C=E6=88=90?= =?UTF-8?q?=E3=82=BF=E3=83=96=E3=81=AEWebView=20=E3=82=BF=E3=82=A4?= =?UTF-8?q?=E3=83=88=E3=83=AB=E8=A8=AD=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AgileWorks/AgileWorks/WebView/View/WebViewController.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AgileWorks/AgileWorks/WebView/View/WebViewController.swift b/AgileWorks/AgileWorks/WebView/View/WebViewController.swift index 2fcb8dd..adff786 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 { -- GitLab