官网调整
This commit is contained in:
parent
46eff68da7
commit
5dcf9b3eb6
@ -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: ""
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
BIN
src/assets/partner/北京城市轨道交通咨询有限公司.png
Normal file
BIN
src/assets/partner/北京城市轨道交通咨询有限公司.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
BIN
src/assets/partner/长春中车轨道车辆有限公司.png
Normal file
BIN
src/assets/partner/长春中车轨道车辆有限公司.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
@ -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"
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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: () =>
|
||||||
|
@ -141,7 +141,9 @@ export default {
|
|||||||
|
|
||||||
.group {
|
.group {
|
||||||
width: 49%;
|
width: 49%;
|
||||||
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user