提交 a713d5aa authored 作者: 龙菲's avatar 龙菲

修改底部备案号;首页展览字体加粗

上级 124db62a
......@@ -42,7 +42,7 @@
<div class="menu-item">关于我们</div>
</div>
<div class="copyright">
ICP备案号XXXX &nbsp; &nbsp;| &nbsp; &nbsp;公安备案号 XXX&nbsp; &nbsp;
<a href="https://beian.miit.gov.cn" target="_blank"> 黔ICP备2022009785号-1 &nbsp; &nbsp;</a>
|&nbsp; &nbsp; ©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 {
......
......@@ -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: 400;
font-weight: 600;
line-height: 1.5;
margin-bottom: 40px;
text-indent: 44px;
......
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论