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>