From edcdb93bdbb1f68618093ed28b9b05b851939a3b Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Fri, 9 Nov 2018 09:27:28 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/index/index/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/simpleboot3/index/index/login.html b/public/themes/simpleboot3/index/index/login.html index 01f9a39..1295f8d 100644 --- a/public/themes/simpleboot3/index/index/login.html +++ b/public/themes/simpleboot3/index/index/login.html @@ -112,14 +112,14 @@ <div class="bindphone"> <p class="phone_img"> - <img src="img/phone.png" alt=""> + <img src="__INDEX__/img/phone.png" alt=""> </p> <input type="text" placeholder="手机号" class="telphone"> </div> <!--<div class="line"></div>--> <div class="password"> <p class="password_img"> - <img src="img/password.png" alt=""> + <img src="__INDEX__/img/password.png" alt=""> </p> <input type="text" class="enterpassword" placeholder="验证码"> <p class="passwordcode">获取验证码</p> -- libgit2 0.24.0