Browse Source

修复 注册路径

sandm 2 years ago
parent
commit
d26b4586d7
2 changed files with 1 additions and 1 deletions
  1. 0 0
      app/common/view/auth/register.html
  2. 1 1
      app/index/view/auth/login.html

+ 0 - 0
app/common/view/api/register.html → app/common/view/auth/register.html


+ 1 - 1
app/index/view/auth/login.html

@@ -56,7 +56,7 @@
                 </div>
                 <button type="submit" class="btn btn-primary block full-width m-b" style="background:url(/static/img/btn.png);height: 34px;"></button>
                 </p>
-                <button onclick="Login.gotoRegisterPage('/common/api/register')" type="button" style="border:none; background: #fff;color: #008ef9;margin-left: 150px;">注册新用户</button>
+                <button onclick="Login.gotoRegisterPage('/common/auth/register')" type="button" style="border:none; background: #fff;color: #008ef9;margin-left: 150px;">注册新用户</button>
                 <button onclick="Login.openEditPassword()" type="button" style="border:none; background: #fff;float: right;color: #008ef9;">忘记密码</button>
             </form>
         </div>