提交 127cc308 authored 作者: 龙菲's avatar 龙菲

修改系统名称

上级 a4be5bf6
......@@ -16,7 +16,7 @@
<div class="container">
<div class="logo-container animate__animated animate__fadeInLeft">
<img src="@/assets/imgs/home/logo3.png" />
<span class="name">贵州精品展览展示平台</span>
<span class="name">贵州博物馆精品展览展示平台</span>
</div>
<div class="right">
<div class="tabs animate__animated animate__fadeInUp">
......
......@@ -270,11 +270,11 @@ export default {
handleClick(item) {
const { crId } = item;
// const newPage = this.$router.resolve({
// path: "culturalRelic/" + crId,
// });
// window.open(newPage.href, "_blank");
this.$router.push(`culturalRelic/${crId}`);
const newPage = this.$router.resolve({
path: "culturalRelic/" + crId,
});
window.open(newPage.href, "_blank");
// this.$router.push(`culturalRelic/${crId}`);
},
handleClickThreeD() {
this.onlyShow3d = !this.onlyShow3d;
......
......@@ -121,7 +121,7 @@ module.exports = defineConfig({
config
.plugin('html')
.tap(args => {
args[0].title = '贵州精品展览展示平台'
args[0].title = '贵州博物馆精品展览展示平台'
return args
})
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论