官网调整

This commit is contained in:
fan 2023-12-19 17:04:12 +08:00
parent 46eff68da7
commit 5dcf9b3eb6
6 changed files with 48 additions and 0 deletions

View File

@ -38,5 +38,15 @@ export default [
name: "江苏安全职业技术学院", name: "江苏安全职业技术学院",
src: require("@/assets/partner/江苏安全职业技术学院.png"), src: require("@/assets/partner/江苏安全职业技术学院.png"),
href: "" href: ""
},
{
name: "北京城市轨道交通咨询有限公司",
src: require("@/assets/partner/北京城市轨道交通咨询有限公司.png"),
href: ""
},
{
name: "长春中车轨道车辆有限公司",
src: require("@/assets/partner/长春中车轨道车辆有限公司.png"),
href: ""
} }
]; ];

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -114,6 +114,26 @@ export default {
href: href:
"/preview/pdf?src=江苏电子信息职业学院-城市轨道交通行车组织综合实训室.pdf" "/preview/pdf?src=江苏电子信息职业学院-城市轨道交通行车组织综合实训室.pdf"
} }
// {
// name: "",
// href:
// "/preview/pdf?src=.pdf"
// },
// {
// name: "",
// href:
// "/preview/pdf?src=.pdf"
// },
// {
// name: "",
// href:
// "/preview/pdf?src=仿.pdf"
// },
// {
// name: "",
// href:
// "/preview/pdf?src=.pdf"
// }
] ]
}, },
{ {

View File

@ -112,6 +112,22 @@ const routes = [
meta: { meta: {
name: "江苏安全职业技术学院" name: "江苏安全职业技术学院"
} }
},
{
path: "/",
redirect:
"/preview/pdf?src=北京城市轨道交通咨询有限公司面向全自动运行控制系统实验室测试的车辆半实物仿真测试平台开发方案.pdf",
meta: {
name: "北京城市轨道交通咨询有限公司"
}
},
{
path: "/",
redirect:
"/preview/pdf?src=长春中车轨道车辆有限公司智慧工厂调车系统建设方案.pdf",
meta: {
name: "长春中车轨道车辆有限公司"
}
} }
], ],
component: () => component: () =>

View File

@ -141,7 +141,9 @@ export default {
.group { .group {
width: 49%; width: 49%;
display: flex;
text-align: center; text-align: center;
flex-wrap: wrap;
} }
} }
} }