fix(utils/http.js): 更新开发环境下的miucms_session值

feat(details/[id].vue): 为推荐和精华标签添加跳转链接
chore: 更新构建输出文件
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-12-18 14:02:00 +08:00
parent d9ef642fa2
commit 4ab12c47f7
47 changed files with 401 additions and 397 deletions

View File

@@ -86,8 +86,12 @@
<div class="right flex1" ref="contentRightRef" v-loading="detailsLoading">
<div class="header">
<div class="label flexflex" v-if="sectionn?.length || tags?.length || topicInfo.recommend == 1 || topicInfo.best == 1">
<img class="item icon" v-if="topicInfo.recommend == 1" src="@/assets/img/recommend-icon.png" />
<img class="item icon" v-if="topicInfo.best == 1" src="@/assets/img/essence-icon.png" />
<a class="item icon" v-if="topicInfo.recommend == 1 && topicInfo.best != 1" target="_blank" href="https://f.gter.net/recommend">
<img style="height: 24px" src="@/assets/img/recommend-icon.png" />
</a>
<a class="item icon" v-if="topicInfo.best == 1" target="_blank" href="https://f.gter.net/best">
<img style="height: 24px;" src="@/assets/img/essence-icon.png" />
</a>
<a class="item blue" v-for="item in sectionn" :key="item" :href="`https://f.gter.net/section/${item.uniqid}`" target="_blank">{{ item.name }}</a>
<a class="item" v-for="item in tags" :key="item" :href="`https://f.gter.net/tag/${item}?type=interviewexperience`" target="_blank">{{ item }}</a>
</div>
@@ -396,7 +400,7 @@
<img class="cross" @click="closeAnswerCommentsChild()" src="@/assets/img/cross-icon.png" />
<div class="top flexflex">
<img class="avatar" v-if="user.avatar" :src="user.avatar" />
<textarea class="input-textarea flex1" :class="[`input-textarea-${item.id}`]" maxlength="500" placeholder="说说你的想法或疑问…" v-model="item['commentInput']" @focus="judgeLogin" @input="autoResize" @paste="handleInputPaste($event, index)"></textarea>
<textarea class="input-textarea flex1" :class="[`input-textarea-${item.id}`]" maxlength="500" placeholder="说说你的想法或疑问…" v-model="item['commentInput']" @focus="judgeLogin" @input="autoResize" @paste="handleInputPaste($event, index)"></textarea>
</div>
<div class="picture-box flexacenter" v-if="item?.picture?.length != 0">