zuozhengqing
2024-03-29 790ff2b7d20d1125fb0993503162b7d423275137
更改首页智慧工厂路径跳转
2个文件已修改
38 ■■■■ 已修改文件
src/components/header/index.vue 32 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/home/HomePage.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/header/index.vue
@@ -9,7 +9,7 @@
        </div>
        <div class="topright">
          <a href="">首页</a>
          <a href="http://fai365.com:9080/login">智慧工厂</a>
          <a :href="link">智慧工厂</a>
          <a href="">管理中心</a>
          <a href="">算法</a>
          <a href="">应用</a>
@@ -24,13 +24,37 @@
export default {
  props: {},
  data() {
    return {};
    return {
      link:""
    };
  },
  computed: {},
  created() {},
  created() {
    this.link=this.getApsPage()
  },
  mounted() {},
  watch: {},
  methods: {},
  methods: {
    environmentType(){
      let type
      if (location.href.includes('192.168.20.119')) {
        type = 'test'
      } else if (location.href.includes('192.168') || location.href.includes('localhost')) {
        type = 'dev'
      } else {
        type = 'prod'
      }
      return type
    },
    getApsPage(){
      const loginPathMap = {
        prod:`//${window.location.hostname}:9080`,
        test:`//192.168.20.119:9080`,
        dev: `//192.168.8.117:8080`
      }
      return loginPathMap[this.environmentType()]
    },
  },
  components: {},
};
</script>
src/views/home/HomePage.vue
@@ -311,7 +311,7 @@
          title: "SmartAI智慧工厂系统",
          brief: "一键购买,实现企业智能化改造",
          imgSrc: "箭头.png",
          goodsVersions: "智慧工厂系统V1.0",
          goodsVersions: "智慧工厂系统",
          introduce:
            "生产排程系统是一种用于优化生产流程和资源利用的工具,它可以帮助制造企业提高生产效率、降低成本,并满足客户需求。通过将排程结果下发到设备上的智能触摸屏终端,工厂可以实时监控生产过程中并调整生产计划",
          trait: [
@@ -328,7 +328,7 @@
          title: "CRM客户管理系统",
          brief: "赋能各行业实现一体化数字化转型",
          imgSrc: "箭头.png",
          goodsVersions: "CRM客户管理系统V1.0",
          goodsVersions: "CRM客户管理系统",
          introduce:
            "系统以数字内容为基础,以数据驱动为核心,通过实现全场景和数据互通,为线上经营管理、客户服务需求提供一站式技术服务。助力企业完成数字化管理升级,规范化管理流程。根据系统对客户信息的整理统筹与分配,从而提高销售效率减少人力上的消耗,防止员工离职导致客户流失,促进团队合作,达到企业降本增效的目的。",
          trait: ["市场营销自动化", "销售过程自动化", "客户服务自动化"],
@@ -339,7 +339,7 @@
          title: "WMS智能仓储管理系统",
          brief: "满足不同行业不同经营模式的智能仓储管理系统",
          imgSrc: "箭头.png",
          goodsVersions: "WMS系统V1.0",
          goodsVersions: "WMS系统",
          introduce:
            "通过wms仓库管理系统,可以有效处理现代物流信息,在很大程度上为管理层决策提供了有效支持,其功能特点应涵盖支持多仓库、多货主,多业务模式,可配置的灵活策略和流程增值服务,系统以产品信息和订单业务作为数据流动的基础,并且要对仓库进行智能分析与监控、简洁、直管、可视化,并跳出传统仓库流程框架,持续发力落实数字化转型,是企业对仓库智能化变革的核心重点。",
          trait: [