chore(config): 更新环境变量和配置信息
- 更新 APPID 从10398 到 10490- 在页脚版权信息中添加电话号码显示 - 在顶部导航栏添加移动端电话展示- 注释掉开发环境 API 地址配置- 移除菜单样式中的 margin-right 设置 - 修改文章详情页作者字段为发布员 - 替换校园风光模块跳转链接 ID -优化搜索关键词高亮逻辑 - 移除轮播图图片路径前缀拼接 - 调整顶部欢迎信息在不同设备上的显示方式- 更新顶部联系信息图标及文案内容
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="xl:w-screen-xl m-auto py-4 px-4 sm:px-0">
|
||||
<div class="text-center flex justify-between items-center z-0 relative my-5">
|
||||
<el-space class="text-3xl font-bold text-green-600 flex items-center"><el-icon><CameraFilled /></el-icon>校园风光</el-space>
|
||||
<nuxt-link :to="`/article/4145.html`" class="font-normal text-sm text-gray-400 flex items-center cursor-pointer">查看更多<el-icon><ArrowRight /></el-icon></nuxt-link>
|
||||
<nuxt-link :to="`/article/4144.html`" class="font-normal text-sm text-gray-400 flex items-center cursor-pointer">查看更多<el-icon><ArrowRight /></el-icon></nuxt-link>
|
||||
</div>
|
||||
<!-- <div class="text-center flex flex-col items-center z-0 relative">-->
|
||||
<!-- <nuxt-link to="/article/4145.html">-->
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<el-carousel :height="flashHeight + 'px'" :interval="2000" motion-blur indicator-position="none">
|
||||
<el-carousel-item v-for="(item,index) in data" :key="index">
|
||||
<nuxt-link :to="`/detail/${item.articleId}.html`" class="item flex justify-center items-center">
|
||||
<el-image :src="`${item.version == 1 ? config.FILE_SERVER : ''}${item.image}`" class="w-[500px] h-[380px]" />
|
||||
<el-image :src="`${item.image}`" class="w-[500px] h-[380px]" />
|
||||
<div class="absolute bottom-0 z-100 w-[468px] bg-black opacity-80 font-bold px-4 line-clamp-1 text-sm lg:text-lg">
|
||||
<span class="text-white">{{ item.title }}</span>
|
||||
</div>
|
||||
@@ -17,6 +17,7 @@
|
||||
import type {CompanyParam} from "~/api/system/company/model";
|
||||
import type {CmsArticle} from "~/api/cms/cmsArticle/model";
|
||||
import {useConfigInfo} from "~/composables/configState";
|
||||
import {FILE_SERVER} from "~/config";
|
||||
|
||||
const isMobile = useIsMobile();
|
||||
const config = useConfigInfo()
|
||||
|
||||
Reference in New Issue
Block a user