Browse Source

增加首页

branch_ccpg_220107
佐 张 3 years ago
parent
commit
1533146b22
  1. BIN
      vue/public/PG.png
  2. 3
      vue/src/router/index.js
  3. 17
      vue/src/views/ux/background/index.vue

BIN
vue/public/PG.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

3
vue/src/router/index.js

@ -92,7 +92,8 @@ export const constantRoutes = [
{
path: 'dashboard',
//component: () => import('@/views/pg-fis/basedate/m100Online/normalPritIndex.vue'),//fis
component: () => import('@/views/ux/backGroundWork'),
//component: () => import('@/views/ux/backGroundWork'),
component: () => import('@/views/ux/background'),
name: 'Dashboard',
meta: {
title: '系统首页',

17
vue/src/views/ux/background/index.vue

@ -0,0 +1,17 @@
<template>
<div class="demo-image__placeholder">
<div class="block">
<!-- <span class="demonstration">公司简介:长春派格汽车塑料技术有限公司是由世界百强汽车零部件供应商萨马国际集团和中国百强汽车零部件供应商常熟汽车饰件有限公司共同投资建立的合资企业公司成立于2001年公司位于长春市经开区襄樊路399号现有员工1100多人公司主要为大众奥迪及宝马品牌汽车配套生产汽车内饰件并进行售后服务是一汽大众的A级供应商长春派格公司充分发挥合资双方在设计制造技术及新材料新工艺开发利用等方面的优势拓展新的产品领域建设成为主机厂的战略合作伙伴和核心供应商通过有效地控制产品质量成本最大程度上满足主机厂发展的需求目前公司成熟的关键工艺包括:注塑成型真空复合超声波焊接发泡铣削等.</span> -->
<img :src="url" width="100%">
</div>
</div>
</template>
<script>
export default {
data() {
return {
url:"PG.png"
}
}
}
</script>
Loading…
Cancel
Save