1

parent 019ce211
......@@ -5,7 +5,7 @@ VITE_APP_ENV = 'development'
VITE_APP_BASE_URL = '/api'
# 照片url路径 (开发环境)
VITE_APP_IMG_URL = 'http://file.rhhzkj.com:8080'
# VITE_APP_IMG_URL = 'http://file.rhhzkj.com:8080'
# 照片url路径(正式环境)
# VITE_APP_IMG_URL = 'https://file.rddyz.com'
VITE_APP_IMG_URL = 'https://file.rddyz.com'
......@@ -304,7 +304,7 @@
/>
<br />
</template>
<span class="desc" v-html="v.activityDescribes"></span>
<rich-text class="desc" :nodes="v.activityDescribes"></rich-text>
</div>
<p>
<img class="icon" src="/static/assistingAgriculture/routeDetails/clock.png" />
......@@ -552,7 +552,7 @@ const getStoreInformationFn = (id) => {
// "活动类型1.集合 2.交通 了.参观景点 4.用餐 5.酒店 0.其他活动"
const dateFormat = (date) => {
const hhmmss = date.split(' ')[1];
const hhmm = hhmmss.split(':').splice(0, 2).join(':');
const hhmm = hhmmss?.split(':').splice(0, 2).join(':');
return hhmm;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment