Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
a713d5aa
提交
a713d5aa
authored
12月 24, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改底部备案号;首页展览字体加粗
上级
124db62a
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
13 行增加
和
5 行删除
+13
-5
index.vue
src/components/Footer/index.vue
+7
-1
Display.vue
src/views/home/components/Display.vue
+2
-2
vue.config.js
vue.config.js
+4
-2
没有找到文件。
src/components/Footer/index.vue
浏览文件 @
a713d5aa
...
...
@@ -42,7 +42,7 @@
<div
class=
"menu-item"
>
关于我们
</div>
</div>
<div
class=
"copyright"
>
ICP备案号XXXX
|
公安备案号 XXX
<a
href=
"https://beian.miit.gov.cn"
target=
"_blank"
>
黔ICP备2022009785号-1
</a>
|
©2022-现在 贵州省文化和旅游厅博物馆处
</div>
<div
class=
"support"
>
网站建设:贵州同方知网科技发展有限公司
</div>
...
...
@@ -205,6 +205,12 @@ export default {
margin-top
:
20px
;
cursor
:
pointer
;
}
.copyright
{
&
>
a
{
text-decoration
:
none
;
color
:
#fff
;
}
}
}
.map
{
.map-item
{
...
...
src/views/home/components/Display.vue
浏览文件 @
a713d5aa
...
...
@@ -209,7 +209,7 @@ export default {
.content-name
{
font-size
:
28px
;
font-weight
:
bold
;
font-weight
:
600
;
margin-bottom
:
40px
;
display
:
flex
;
justify-content
:
center
;
...
...
@@ -217,7 +217,7 @@ export default {
.content-intro
{
font-size
:
22px
;
font-weight
:
4
00
;
font-weight
:
6
00
;
line-height
:
1
.5
;
margin-bottom
:
40px
;
text-indent
:
44px
;
...
...
vue.config.js
浏览文件 @
a713d5aa
...
...
@@ -51,7 +51,8 @@ module.exports = defineConfig({
'/api'
:
{
// target: 'http://192.168.1.230:9562/api',//测试内网
// target: 'http://222.85.214.245:9602/api',//测试外网
target
:
'http://114.115.157.218:9602/api'
,
//生产
// target: 'http://114.115.157.218:9602/api',//生产
target
:
'http://www.gzswbsy.com/api'
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/api'
:
''
...
...
@@ -60,7 +61,8 @@ module.exports = defineConfig({
'/files'
:
{
// target:'http://192.168.1.230:9563/files',//测试内网
// target: 'http://222.85.214.245:9604/files',//测试外网
target
:
'http://114.115.157.218:9602/files'
,
//生产
// target: 'http://114.115.157.218:9602/files',//生产
target
:
'http://www.gzswbsy.com/files'
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/files'
:
''
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论