fix: 修改首页图片和地址指向
This commit is contained in:
parent
cee302f208
commit
e3575d0f43
@ -1,4 +1,5 @@
|
|||||||
// 项目文档地址
|
// 项目文档地址
|
||||||
export const docPath = "http://www.mtruning.club/"
|
export const docPath = "http://www.mtruning.club:81/"
|
||||||
|
|
||||||
|
// 项目源码
|
||||||
export const giteeSourceCodePath = "https://gitee.com/MTrun/go-view/"
|
export const giteeSourceCodePath = "https://gitee.com/MTrun/go-view/"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<template v-for="item in bgList" :key="item">
|
<template v-for="item in bgList" :key="item">
|
||||||
<div class="bg-img-box-li list-complete-item">
|
<div class="bg-img-box-li list-complete-item">
|
||||||
<n-collapse-transition :appear="true" :show="showBg">
|
<n-collapse-transition :appear="true" :show="showBg">
|
||||||
<img :src="getImageUrl(item, 'chart/charts/')" alt="chart" />
|
<img :src="getImageUrl(item, 'chart/charts')" alt="chart" />
|
||||||
</n-collapse-transition>
|
</n-collapse-transition>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<div class="list-content-img">
|
<div class="list-content-img">
|
||||||
<img
|
<img
|
||||||
:src="
|
:src="
|
||||||
requireUrl('/project/moke-20211219181327.png')
|
requireUrl('project/moke-20211219181327.png')
|
||||||
"
|
"
|
||||||
:alt="cardData?.title"
|
:alt="cardData?.title"
|
||||||
/>
|
/>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</n-button>
|
</n-button>
|
||||||
</template>
|
</template>
|
||||||
<n-text>
|
<n-text>
|
||||||
{{ $t('global.doc_addr') }}
|
{{ $t('global.code_addr') }}
|
||||||
</n-text>
|
</n-text>
|
||||||
</n-tooltip>
|
</n-tooltip>
|
||||||
|
|
||||||
@ -47,7 +47,7 @@
|
|||||||
<CodeSlashIcon />
|
<CodeSlashIcon />
|
||||||
</n-icon>
|
</n-icon>
|
||||||
</template>
|
</template>
|
||||||
<n-text v-show="!collapsed">{{ $t('global.doc_addr') }}</n-text>
|
<n-text v-show="!collapsed">{{ $t('global.code_addr') }}</n-text>
|
||||||
</n-button>
|
</n-button>
|
||||||
</n-space>
|
</n-space>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user