zhangzengfei
2023-09-07 dc5360826d0c7bc2a291064b89c71a9b1f425da4
修改生产任务的外链地址
2个文件已修改
6 ■■■■ 已修改文件
src/pages/desktop/index/components/DFrame.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/desktop/index/components/ToolsEntry.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/desktop/index/components/DFrame.vue
@@ -76,8 +76,8 @@
  filters: {
    proxyUrl(srcUrl) {
      let url = srcUrl
      if (url.indexOf("127.0.0.1") > 0 && location.hostname != "127.0.0.1") {
        url = url.replace("127.0.0.1", location.hostname)
      if (url.indexOf("127.0.0.1") > 0 && window.location.hostname != "127.0.0.1") {
        url = url.replace("127.0.0.1", window.location.hostname)
      }
      return url
src/pages/desktop/index/components/ToolsEntry.vue
@@ -71,7 +71,7 @@
  },
  computed: {
    stateDocks() {
      console.log("carousels", this.$store.state.desktop.docks)
      // console.log("carousels", this.$store.state.desktop.docks)
      return this.$store.state.desktop.docks
    },
    carousels() {