Ver Fonte

fix info

AE86 há 4 anos atrás
pai
commit
23072a4edd

+ 1 - 1
dbsyncer-web/src/main/resources/application.properties

@@ -6,7 +6,7 @@ dbsyncer.web.login.username=admin
 dbsyncer.web.login.password=0DPiKuNIrrVmD8IUCuw1hQxNqZc=
 dbsyncer.web.cache.connector.timeout=5
 server.servlet.session.timeout=1800
-server.servlet.context-path=/test
+server.servlet.context-path=/
 
 #storage
 dbsyncer.storage.id=1

+ 0 - 4
dbsyncer-web/src/main/resources/static/config/system.json

@@ -1,4 +0,0 @@
-{
-	"headName": "DBSyncer",
-	"footerName": "©2019&nbsp;DBSyncer(V1.0.0-Alpha)&nbsp;&nbsp;<br />Designed By <a href='https://gitee.com/ghi/dbsyncer' target='_blank' >AE86</a>"
-}

+ 1 - 1
dbsyncer-web/src/main/resources/static/js/login/login.js

@@ -5,7 +5,7 @@ var $basePath = $location[0] + '//' + $location[2] + $path.substr(0, $path.subst
 
 var $formHtml = "<dl class=\"admin_login\">\n" +
     "\t<dt>\n" +
-    "\t\t<strong id=\"appName\">DBSyncer</strong>\n" +
+    "\t\t<strong id=\"appName\"></strong>\n" +
     "\t</dt>\n" +
     "\t<div id=\"loginTip\" class=\"loginVerifcateTextError\"></div>\n" +
     "\t<dd class=\"user_icon\">\n" +