|
|
@@ -150,7 +150,7 @@
|
|
|
<div class="yet_loginCover">
|
|
|
<div class="person">
|
|
|
<div class="userHeadImg">
|
|
|
- <img src="http://192.168.1.9:8000/{{curr_user.user_picture}}" alt="">
|
|
|
+ <img src="http://127.0.0.1:8000/{{curr_user.user_picture}}" alt="">
|
|
|
</div>
|
|
|
<div class="userCtrl">
|
|
|
<div class="userCtrlTop">
|
|
|
@@ -220,7 +220,7 @@
|
|
|
{% for farmItem in garden %}
|
|
|
<li class="farm-item">
|
|
|
<a target="_blank" href="person_farm?name={{farmItem.user}}">
|
|
|
- <img src="http://192.168.1.9:8000/{{farmItem.farm_img}}" alt="">
|
|
|
+ <img src="http://127.0.0.1:8000/{{farmItem.farm_img}}" alt="">
|
|
|
<div class="news-item-txt">
|
|
|
<div class="title">
|
|
|
<h1>
|
|
|
@@ -392,7 +392,7 @@
|
|
|
<li class="travelItem">
|
|
|
<a href="tourist?id={{sightseeItem.id}}" target="_blank">
|
|
|
<div class="travelImg">
|
|
|
- <img class="haciendaImg1" src="http://192.168.1.9:8000/{{sightseeItem.sightisee_img}}" alt="">
|
|
|
+ <img class="haciendaImg1" src="http://127.0.0.1:8000/{{sightseeItem.sightisee_img}}" alt="">
|
|
|
<img class="haciendaImg2" src="{% static 'imgs/22.png'%}" alt="">
|
|
|
</div>
|
|
|
<div class="travelTitle">
|
|
|
@@ -467,7 +467,7 @@
|
|
|
{% for hotelItem in hotel2 %}
|
|
|
<li class="hotHotelItem">
|
|
|
<a href="dorm_detail?id={{hotelItem.id}}" target="_blank">
|
|
|
- <img src="http://192.168.1.9:8000/{{hotelItem.hotel_img}}" width="96px" height="80px" alt="">
|
|
|
+ <img src="http://127.0.0.1:8000/{{hotelItem.hotel_img}}" width="96px" height="80px" alt="">
|
|
|
<div class="desc">
|
|
|
<h3>{{hotelItem.name}}</h3>
|
|
|
<div>{{hotelItem.intro}}</div>
|
|
|
@@ -490,7 +490,7 @@
|
|
|
<a href="dorm_detail?id={{hotelItem.id}}" target="_blank">
|
|
|
<div style="height: 300px;">
|
|
|
<div class="recommendHotelImg">
|
|
|
- <img src="http://192.168.1.9:8000/{{hotelItem.hotel_img}}" alt="">
|
|
|
+ <img src="http://127.0.0.1:8000/{{hotelItem.hotel_img}}" alt="">
|
|
|
</div>
|
|
|
<h1>{{hotelItem.name}}</h1>
|
|
|
<div class="area">{{hotelItem.intro}}</div>
|