Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
827456db
提交
827456db
authored
10月 28, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
增加页脚
上级
5088d967
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
110 行增加
和
13 行删除
+110
-13
index.vue
src/components/Footer/index.vue
+109
-12
vue.config.js
vue.config.js
+1
-1
没有找到文件。
src/components/Footer/index.vue
浏览文件 @
827456db
...
@@ -11,8 +11,63 @@
...
@@ -11,8 +11,63 @@
isYLGDYW: navbarStyle == '7',
isYLGDYW: navbarStyle == '7',
}"
}"
>
>
<span>
贵州省文化和旅游厅博物馆处版权所有
</span>
<!--
<span>
贵州省文化和旅游厅博物馆处版权所有
</span>
<span>
中国知网提供技术支持
</span>
<span>
中国知网提供技术支持
</span>
-->
<div
class=
"logo"
>
<img
src=
"@/assets/imgs/home/logo3.png"
alt=
""
/>
</div>
<div
class=
"menu"
>
<div
class=
"menu-item"
>
<el-popover
placement=
"top-start"
width=
"280"
trigger=
"click"
>
<span
slot=
"reference"
>
网站地图
</span>
<div
class=
"map"
>
<div
class=
"map-item"
>
<div
class=
"title"
>
首页
</div>
</div>
<div
class=
"map-item"
>
<div
class=
"title"
>
展览
</div>
<ul>
<li>
虚拟展厅
</li>
<li>
精品展
</li>
<li>
展览展示
</li>
</ul>
</div>
<div
class=
"map-item"
>
<div
class=
"title"
>
文物
</div>
<ul>
<li>
文物展
</li>
</ul>
</div>
<div
class=
"map-item"
>
<div
class=
"title"
>
博物馆
</div>
<ul>
<li>
博物馆
</li>
</ul>
</div>
<div
class=
"map-item"
>
<div
class=
"title"
>
服务
</div>
<ul>
<li>
文创产品
</li>
</ul>
</div>
</div>
</el-popover>
</div>
<div
class=
"menu-item"
>
关于我们
</div>
</div>
<div
class=
"copyright"
>
ICP备案号XXXX
|
公安备案号 XXX
|
©2022-现在 贵州省文化和旅游厅博物馆处
</div>
<div
class=
"support"
>
网站建设:贵州同方知网科技发展有限公司
</div>
<div
class=
"advice"
>
<el-tooltip
placement=
"top-start"
content=
"谷歌 火狐 最佳分辨率(1920 * 1080)"
>
<span>
浏览建议
</span>
</el-tooltip>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -39,22 +94,64 @@ export default {
...
@@ -39,22 +94,64 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.footer
{
.footer
{
display
:
flex
;
display
:
flex
;
height
:
200px
;
//
height: 200px;
padding
:
0
24px
;
padding
:
30px
0
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
background-color
:
#2069c4
;
background-color
:
#2069c4
;
color
:
#fff
;
flex-direction
:
column
;
// position: fixed;
color
:
#fefefe
;
// bottom: 0;
font-size
:
14px
;
// left: 0;
.logo
{
// right: 0;
width
:
60px
;
height
:
60px
;
margin-bottom
:
40px
;
img
{
width
:
100%
;
}
}
span
{
.menu
{
margin-right
:
16px
;
display
:
flex
;
.menu-item
{
margin-right
:
20px
;
cursor
:
pointer
;
}
}
}
}
.copyright
,
.support
,
.menu
{
margin-bottom
:
16px
;
}
.advice
{
border
:
1px
solid
#fff
;
padding
:
6px
10px
;
margin-top
:
20px
;
cursor
:
pointer
;
}
}
.map
{
.map-item
{
margin-bottom
:
20px
;
&
:first-child
{
.title
{
cursor
:
pointer
;
}
}
.title
{
font-weight
:
bold
;
}
ul
{
display
:
flex
;
li
{
margin
:
0
20px
10px
0
;
cursor
:
pointer
;
}
}
}
}
.isChStyle
{
.isChStyle
{
background-color
:
#892325
!
important
;
background-color
:
#892325
!
important
;
}
}
...
...
vue.config.js
浏览文件 @
827456db
...
@@ -49,7 +49,7 @@ module.exports = defineConfig({
...
@@ -49,7 +49,7 @@ module.exports = defineConfig({
proxy
:
{
proxy
:
{
'/api'
:
{
'/api'
:
{
// target: 'http://192.168.1.230:9562/api',
// target: 'http://192.168.1.230:9562/api',
target
:
'http://222.85.214.245:9602'
,
target
:
'http://222.85.214.245:9602
/api
'
,
// target:'http://192.168.1.230:9562/api',
// target:'http://192.168.1.230:9562/api',
changeOrigin
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论