king
2021-01-19 c57f6da46e2a52f7d5fb39d348d75134e57b0aca
2021-01-19
7个文件已修改
1个文件已添加
313 ■■■■■ 已修改文件
config/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
index.html 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/footer.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/header.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js 58 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/meta.json 206 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index/dynamicDetail.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/news/index.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
config/index.js
@@ -12,7 +12,7 @@
    // api 只代理接口,不加时会重定向页面路径
    proxyTable: {
      '/webapi': {
        target: 'http://minkesoft.com/',
        target: 'http://www.minkesoft.com/',
        changeOrigin: true,
        ws: true,
        // pathRewrite: {
index.html
@@ -8,22 +8,19 @@
    <title>WMS仓库管理系统-低代码开发平台-条码管理系统-apaas-明科云</title>
    <meta name="keywords" content="WMS仓库管理系统,低代码开发平台,条码管理系统,apaas,明科云,二维码追溯系统,erp进存销系统" />
    <meta name="description" content="明科已经为超过2000家企业进行供应链项目实施,可提供众多成熟的企业应用供您选择,有WMS仓库管理系统,低代码开发平台,条码管理系统,apaas,明科云,二维码追溯系统,erp进存销系统等." />
    <!-- <meta name="description" content="明科致力于apaas,敏捷开发平台,ERP系统,药品质量管理系统,仓库管理系统,条码仓库管理系统,仓库管理解决方案,电子监管码,赋码系统,防窜货管理系统,产品质量追溯系统的开发、应用及推广。400 189 1819" />
    <meta name="keywords" content="明科,明科普华,明科世纪,追溯,信息化,apaas,敏捷开发平台,移动办公,企业移动化,移动应用,质量追溯,条码管理,仓库管理,物联网应用,移动扫描,可配置平台,移动互联,互联网+" /> -->
    <link rel="shortcut icon" type="image/x-icon" href="./static/logo.png">
    <style>
      body > a {
      body #cnzz_stat_icon_1279630927 {
        display: none;
      }
    </style>
    <script type="text/javascript">document.write(unescape("%3Cspan id='cnzz_stat_icon_1279630927'%3E%3C/span%3E%3Cscript src='https://v1.cnzz.com/z_stat.php%3Fid%3D1279630927%26show%3Dpic' type='text/javascript'%3E%3C/script%3E"));</script>
  </head>
  <body>
    <div id="app"></div>
    <!-- built files will be auto injected -->
    <script type="text/javascript"  src="https://js.users.51.la/4874247.js"></script>
    <noscript>
      <a href="https://www.51.la/?4874247" target="_blank"> 网站统计 </a>
    </noscript>
    <!-- <script type="text/javascript"  src="https://js.users.51.la/4874247.js"></script> -->
    <noscript></noscript>
  </body>
</html>
<script type="text/javascript">
src/components/footer.vue
@@ -7,7 +7,8 @@
        <p class="footer_left_address">北京市通州区新华北街156号保利大都汇6-808</p>
        <p class="footer_left_address"><a href="http://beian.miit.gov.cn/"  target="_blank">京ICP备12007830号</a></p>
        <p class="footer_left_address">
          <a href="https://www.51.la/?comId=4874247" title="51.La 网站流量统计系统" target="_blank"><span class="la">51La</span></a>
          <a href="https://www.cnzz.com/stat/website.php?web_id=1279630927" style="margin-right: 20px;" target="_blank" title="站长统计"><img border="0" hspace="0" vspace="0" src="https://icon.cnzz.com/img/pic.gif"></a>
          <!-- <a href="https://www.51.la/?comId=4874247" title="51.La 网站流量统计系统" target="_blank"><span class="la">51La</span></a> -->
          <a href="http://exmail.qq.com/login" style="margin-right: 20px;" target="_blank" >企业邮箱</a>
          <a href="https://cli.im/" style="margin-right: 20px;" target="_blank" >生成二维码</a>
          <a href="http://www.qinms.com/webapp/barcode/index.aspx"  target="_blank" >生成条形码</a>
src/components/header.vue
@@ -1,7 +1,7 @@
<template>
    <div class="header-wrap">
        <div class="pc-wrapper">
            <a class="logo"><img src="../img/index_logo.png" alt=""></a>
            <a class="logo" @click="jumpview('home')"><img src="../img/index_logo.png" alt=""></a>
            <div class="nav">
                <el-menu :default-active="activeKey" mode="horizontal">
                    <el-menu-item index="home" @click="jumpview('home')">首页</el-menu-item>
src/router/index.js
@@ -1,5 +1,6 @@
import Vue from 'vue'
import Router from 'vue-router'
import Meta from './meta.json'
Vue.use(Router)
@@ -42,32 +43,29 @@
  mode: 'history',
  routes: [{
    path: '/',
    redirect: '/home.html'
  }, {
    path: '/',
    component: Home,
    children: [
      {
        path: '/home.html',
        path: '/',
        name: 'home',
        component: Index
      },
      {
        path: '/productCenter/:menuId',//产品软件
        path: '/pdc/:menuId',//产品软件
        name: 'productcenter',
        component: ProductCenter
      },
      {
        path: '/successCase.html',//成功案例
        path: '/case.html',//成功案例
        name: 'successcase',
        component: SuccessCase,
      },{
        path: '/SuccessCaseIndex/:menuId',//成功案例 详情
        path: '/sci/:menuId',//成功案例 详情
        name: 'successcaseindex',
        component: SuccessCaseIndex,
      },
      {
        path: '/caseDetail/:menuId',//解决方案 详情
        path: '/csd/:menuId',//解决方案 详情
        name: 'casedetail',
        component: CaseDetail
      },
@@ -82,27 +80,27 @@
        component: News
      },
      {
        path: '/AboutMingKe.html',//关于明科
        path: '/amk.html',//关于明科
        name: 'aboutmingKe',
        component: AboutMingKe
      },
      {
        path: '/postDetails.html',//职位详情
        path: '/postd.html',//职位详情
        name: 'postdetails',
        component: postDetails
      },
      {
        path: '/companyProfile.html',//企业文化
        path: '/comp.html',//企业文化
        name: 'company',
        component: CompanyProfile
      },
      {
        path: '/companyProfile/:hash',//企业文化
        path: '/cpro/:hash',//企业文化
        name: 'companyprofile',
        component: CompanyProfile
      },
      {
        path: '/joinMingKe.html',//加入明科
        path: '/joinmk.html',//加入明科
        name: 'joinmingke',
        component: JoinMingKe
      },
@@ -112,12 +110,12 @@
        component: ContactInformation
      },
      {
        path: '/dynamicDetail/:menuId',//明科动态 详情
        path: '/dyd/:menuId',//明科动态 详情
        name: 'dynamicdetail',
        component: DynamicDetail
      },
      {
        path: '/caseSolution.html',//解决方案
        path: '/sol.html',//解决方案
        name: 'casesolution',
        component: CaseSolution
      },
@@ -155,6 +153,36 @@
  }]
})
router.beforeEach((to, from, next) => {
  let view = Meta.filter(item => {
    if (to.params.menuId && item.menuId) {
      return item.name === to.name && to.params.menuId.indexOf(item.menuId) > -1
    } else {
      return item.name === to.name
    }
  })[0]
  if (view) {
    document.title = view.title
    if (view.keywords) {
      try {
        let metas = document.getElementsByTagName('meta')
        for (let i = 0; i < metas.length; i++) {
          if (metas[i].name === 'keywords') {
            metas[i].content = view.keywords
          } else if (metas[i].name === 'description') {
            metas[i].content = view.description
          }
        }
      } catch (e) {
        console.warn('meta 设置错误!')
      }
    }
  }
  next()
})
router.afterEach(() => {
  window.scrollTo(0, 0)
})
src/router/meta.json
New file
@@ -0,0 +1,206 @@
[
  {
    "name": "home",
    "label": "首页",
    "menuId": "",
    "title": "WMS仓库管理系统-低代码开发平台-条码管理系统-apaas-明科云",
    "keywords": "WMS仓库管理系统,低代码开发平台,条码管理系统,apaas,明科云,二维码追溯系统,erp进存销系统",
    "description": "明科已经为超过2000家企业进行供应链项目实施,可提供众多成熟的企业应用供您选择,有WMS仓库管理系统,低代码开发平台,条码管理系统,apaas,明科云,二维码追溯系统,erp进存销系统等."
  },
  {
    "name": "center",
    "label": "产品中心",
    "menuId": "",
    "title": "产品中心-明科云",
    "keywords": "明科云产品中心,WMS仓库管理系统,低代码开发平台,条码管理系统",
    "description": "明科云产品中心栏目介绍MingKeOS,商城营销,微信商城,红包营销,电商ERP,智慧仓储,经销商平台,云打印等产品。"
  },
  {
    "name": "productcenter",
    "label": "MingKeOS",
    "menuId": "1",
    "menuIds": "4FB8CD",
    "title": "MingKeOS-明科云",
    "keywords": "MingKeOS",
    "description": "明科商业智能开放平台(MingKe Business Intelligen OS,简称:MingKeOS)是由明科云计算事业部研发的PAAS开发平台,使用MingKeOS可以让用户通过简单配置、自然语言对话的交互方式,即可实现企业管理过程中复杂的业务逻辑处理,会成为企业管理的好帮手。"
  },
  {
    "name": "casedetail",
    "label": "智慧仓储",
    "menuId": "2",
    "menuIds": "55A81C",
    "title": "智慧仓储系统-明科云",
    "keywords": "智慧仓储系统",
    "description": "智慧仓储系统是明科积极响应“智能+”战略,通过IoT技术连接生产侧物流各环节的不同类型智能终端和执行单元,在统一的平台调度控制下,完成物理世界人、机、物、料、法、环的协同、优化与控制,从而适应大规模个性化生产模式下对物流组织模式柔性化、智能化、透明化的发展要求。"
  },
  {
    "name": "productcenter",
    "label": "微信商城",
    "menuId": "3",
    "menuIds": "779402",
    "title": "微信商城-明科云",
    "keywords": "微信商城",
    "description": "明科微信商城的特点在于可以帮助企业把商城开到每个人的手机里,而同时又能够让消费者可以随时随地的购物。对于企业来说最好的方式还是建设独立的微信商城具有较大的优势。"
  },
  {
    "name": "casedetail",
    "label": "红包营销",
    "menuId": "4",
    "menuIds": "C395B3",
    "title": "红包营销-明科云",
    "keywords": "红包营销",
    "description": "明科红包营销将线下交易智能地连接到线上来,除了让消费者感受到红包极速到账的魅力,刺激他们的复购率,吸引更大范围的目标群体外,对于商家而言,还有更重大的意义。"
  },
  {
    "name": "productcenter",
    "label": "电商ERP",
    "menuId": "5",
    "menuIds": "F2B0D5",
    "title": "电商ERP-ERP系统-ERP软件-明科云",
    "keywords": "ERP,ERP系统,ERP软件",
    "description": "明科电商ERP能够使企业订单处理更加高效、财务数据更加清晰、库存管理更加规范。而企业最核心的需求无非就是开源节流,增效。帮助企业提升效率节省成本增加规范度,是电商ERP最大的核心价值。"
  },
  {
    "name": "casedetail",
    "label": "经销商平台",
    "menuId": "6",
    "menuIds": "588806",
    "title": "经销商平台-明科云",
    "keywords": "经销商平台",
    "description": "明科经销商平台清晰管理渠道订单、精准掌握渠道库存、实时洞察市场动态、精准推行促销策略,已经成为企业做好渠道分销的先决条件。基于移动互联网理念设计的数据化、智能化的渠道移动分销平台为企业构建一体化的渠道分销和终端管控体系,帮助企业提升销售力。"
  },
  {
    "name": "casesolution",
    "label": "解决方案",
    "menuId": "",
    "title": "数字化解决方案-明科云",
    "keywords": "数字化解决方案",
    "description": "明科AI与IoT技术最终会将物理世界改造为万物互联世界,同时建立一个全新的数字化世界。基于自身核心的AI算法能力与软硬件结合能力,明科面向核心应用场景,构建了仓储物流、智能制造和商城营销三大业务体系,同时也通过开放基础人工智能算法赋能开发者实现应用创新。"
  },
  {
    "name": "casedetail",
    "label": "MES制造执行系统",
    "menuId": "8",
    "menuIds": "E88C35",
    "title": "MES制造执行系统-MES系统-MES软件-明科云",
    "keywords": "执照执行系统MES,MES系统,MES软件,MES",
    "description": "明科云MES制造执行系统可根据工厂实际运转方式灵活配置,工厂中的每个角色都可以快速地获取协作所需的数据信息,帮助您更好的改善实际生产效率和质量,通过对生产需求、生产资源和生产目标全面掌握,充分激发信息透明优势。"
  },
  {
    "name": "productcenter",
    "label": "质量追溯QTS",
    "menuId": "9",
    "menuIds": "968C8D",
    "title": "质量追溯QTS-明科云",
    "keywords": "质量追溯QTS",
    "description": "以政府、企业、消费者共赢为建设目标,结合物联网、云计算、大数据和LBS地理信息等技术,通过感知设备、通讯网络RFID、防伪标签和二维码等设备技术,为食品建立“身份证”制度,实现食品的源头、加工、流通、消费等信息的全程可追溯,打造安全健康的食品品牌。"
  },
  {
    "name": "casedetail",
    "label": "财务云计算",
    "menuId": "10",
    "menuIds": "B7B32A",
    "title": "财务云计算-明科云",
    "keywords": "财务云计算",
    "description": "明科云财务云计算解决方案FCC,结合明科丰富的平台经验和企业云服务能力,打造卓越的移动财务办公解决方案,目的就是帮助企业构建健全的财务体系,搭建便捷的报税环境,提高财务人员办公效率和质量。完成与供应商、客商的收付款协同、票据协同。"
  },
  {
    "name": "productcenter",
    "label": "数字化运营",
    "menuId": "11",
    "menuIds": "6AA6BF",
    "title": "数字化运营-明科云",
    "keywords": "数字化运营",
    "description": "明科云以大数据、云计算、物联网、人工智能等新技术所推动的数字化转型正迅速的改变着我们所处的时代。其巨大的影响力已经从量变到质变,对消费者行为、外部商业环境、以及企业自身的运作模式产生了革命性的影响。“数字化”已经不仅仅是营销、IT,或者供应链等部门级别的话题,其已经上升到企业高层,成为企业战略中不可回避的重要议题。"
  },
  {
    "name": "casedetail",
    "label": "供应商协同( SRM )",
    "menuId": "12",
    "menuIds": "7982BF",
    "title": "供应商协同管理系统( SRM )-明科云",
    "keywords": "供应商协同管理系统( SRM )",
    "description": "明科云供应链一直以企业核心ERP系统为中心,由彼此孤立的应用提供支持。"
  },
  {
    "name": "productcenter",
    "label": "SAP开发",
    "menuId": "13",
    "menuIds": "CE8F36",
    "title": "sap系统-sap系统是什么意思-明科云",
    "keywords": "sap系统,sap系统是什么意思",
    "description": "明科云sap系统利用集成的自动化核心流程,制定由数据驱动的决策,实时管理绩效,借助 SAP ERP 系统,你可以打造一个充满活力的数字化企业,消除 IT 复杂性,并创造源源不断的实时信息。"
  },
  {
    "name": "successcase",
    "label": "成功案例",
    "menuId": "",
    "title": "成功案例-明科云",
    "keywords": "明科云成功案例,WMS",
    "description": "明科云成功案例比较多,为国内各大企业提供强大功能的产品系统,包括供应链,智能制造,全渠道,医药WMS,质量追溯,智能仓储行业。"
  },
  {
    "name": "successcaseindex",
    "label": "成功案例详情",
    "menuId": "",
    "title": "成功案例-明科云",
    "keywords": "明科云成功案例,WMS",
    "description": "明科云成功案例比较多,为国内各大企业提供强大功能的产品系统,包括供应链,智能制造,全渠道,医药WMS,质量追溯,智能仓储行业。"
  },
  {
    "name": "partner",
    "label": "渠道合作",
    "menuId": "",
    "title": "渠道合作-明科云",
    "keywords": "明科云渠道合作,WMS",
    "description": "明科云渠道合作有营销伙伴,实施伙伴,推广伙伴。"
  },
  {
    "name": "news",
    "label": "新闻资讯",
    "menuId": "",
    "title": "新闻资讯-明科云",
    "keywords": "明科云新闻资讯",
    "description": "明科云新闻资讯有企业咨询,企业活动,行业报告三类型,主要为大家介绍WMS产品的最新动态,费用,价格等信息。"
  },
  {
    "name": "dynamicdetail",
    "label": "新闻资讯",
    "menuId": "",
    "title": "新闻资讯-明科云",
    "keywords": "明科云新闻资讯",
    "description": "明科云新闻资讯有企业咨询,企业活动,行业报告三类型,主要为大家介绍WMS产品的最新动态,费用,价格等信息。"
  },
  {
    "name": "company",
    "label": "关于明科",
    "menuId": "",
    "title": "关于明科-明科云",
    "keywords": "明科云关于明科",
    "description": "明科云关于明科栏目介绍明科企业文化,荣誉资质,联系明科,加入明科等内容。"
  },
  {
    "name": "companyprofile",
    "label": "关于明科",
    "menuId": "",
    "title": "关于明科-明科云",
    "keywords": "明科云关于明科",
    "description": "明科云关于明科栏目介绍明科企业文化,荣誉资质,联系明科,加入明科等内容。"
  },
  {
    "name": "aboutmingKe",
    "label": "关于明科",
    "menuId": "",
    "title": "关于明科-明科云",
    "keywords": "明科云关于明科",
    "description": "明科云关于明科栏目介绍明科企业文化,荣誉资质,联系明科,加入明科等内容。"
  },
  {
    "name": "joinmingke",
    "label": "加入明科",
    "menuId": "",
    "title": "加入明科-明科云",
    "keywords": "明科云关于明科",
    "description": "明科云关于明科栏目介绍明科企业文化,荣誉资质,联系明科,加入明科等内容。"
  }
]
src/views/index/dynamicDetail.vue
@@ -3,8 +3,8 @@
    <div class="wrapper dynamic">
      <div class="dynamic_l">
        <h4>
          明科 > 新闻资讯
          <span v-text="data.SubjClasName && '> ' + data.SubjClasName"></span>
          明科 > <span style="cursor: pointer;color: #1890ff;" @click="jumpview()">新闻资讯</span> {{data.SubjClasName && '> '}}
          <span v-text="data.SubjClasName" style="cursor: pointer;color: #1890ff;" @click="jumpview(data.SubjClasName)"></span>
          <span v-text="data.Title1 && '> ' + data.Title1"></span>
        </h4>
        <h2 class="dynamic_title" v-text="data.Title1"></h2>
@@ -64,6 +64,10 @@
    }
  },
  methods: {
    jumpview (name) {
      sessionStorage.setItem('newstype', name)
      this.$router.push({name: 'news'})
    },
    jumpmenu (menuId) {
      if (!menuId) return
      menuId = menuId + '.html'
@@ -77,6 +81,12 @@
      }
      this.Service.getParamData(param).then(res => {
        this.data = res
        if (res.Title1) {
          document.title = res.Title1 + '-明科云'
        } else {
          document.title = '新闻资讯-明科云'
        }
      })
    }
  },
src/views/news/index.vue
@@ -58,6 +58,20 @@
          SubjClasCode: '',
          SubjClasName: '全部'
        })
        try {
          let newstype = sessionStorage.getItem('newstype')
          if (newstype) {
            let index = this.tabs.findIndex((item) => item.SubjClasName === newstype)
            if (index > -1) {
              this.cur = index
            }
          }
          sessionStorage.removeItem('newstype')
          console.log(this.cur)
        } catch (e) {}
        this.loaddata()
      })
    },
    loaddata () {
@@ -72,7 +86,6 @@
  },
  mounted () {
    this.loadtabs()
    this.loaddata()
  }
}
</script>
@@ -96,6 +109,7 @@
      text-align: center;
      background-color: #F4F4F4;
      border-bottom: 0.01rem solid #D7D7D7;
      transition: all 0.3s;
    }
    .active {
      background: #20B7FE;
@@ -176,6 +190,7 @@
      display: inline-block;
      font-size: 0.16rem;
      cursor: pointer;
      transition: all 0.3s;
    }
    .contentTitle_before,.contentTitle_after {
      position: absolute;