yangrenwei 3 years ago
parent
commit
58e6b778d3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/main/webapp/loginPage.html
  2. 1 1
      src/main/webapp/register.html

+ 1 - 1
src/main/webapp/loginPage.html

@@ -59,7 +59,7 @@
                     <!-- <div>
                         <span>下一步</span>
                     </div> -->
-                    <input type="submit" value="下一步">
+                    <input type="submit" value="登录">
                 </div>
 
             </div>

+ 1 - 1
src/main/webapp/register.html

@@ -64,7 +64,7 @@
                     <!-- <div>
                         <span>下一步</span>
                     </div> -->
-                    <input type="submit" value="下一步">
+                    <input type="submit" value="登录">
                 </div>
 
             </div>