diff --git a/apollo-portal/src/main/resources/static/app.html b/apollo-portal/src/main/resources/static/app.html index a21e5a7f7c5..313bf08fbe5 100644 --- a/apollo-portal/src/main/resources/static/app.html +++ b/apollo-portal/src/main/resources/static/app.html @@ -118,7 +118,7 @@ - + diff --git a/apollo-portal/src/main/resources/static/index.html b/apollo-portal/src/main/resources/static/index.html index 36a87bc1405..cbcc3dd80d5 100644 --- a/apollo-portal/src/main/resources/static/index.html +++ b/apollo-portal/src/main/resources/static/index.html @@ -124,6 +124,20 @@
+ + diff --git a/apollo-portal/src/main/resources/static/login.html b/apollo-portal/src/main/resources/static/login.html index 8249494c276..5f7c2bca083 100644 --- a/apollo-portal/src/main/resources/static/login.html +++ b/apollo-portal/src/main/resources/static/login.html @@ -283,6 +283,20 @@ + + @@ -306,11 +320,6 @@ $(this).addClass('active'); e.preventDefault(); }); - - $.get("prefix-path", function(result){ - window.localStorage.setItem("prefixPath",result); - }); - });