管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-01-17 93a38ac31615b1aa053a4440c59814ea72353945
src/views/PackageTwo/WareInspection.vue
@@ -21,6 +21,10 @@
  methods: {
    showChangeIfream(res) {
      if (res.indexOf('{host}') != -1) {
        res = res.replace('{host}',ipConfig )
      }
      if (res.indexOf('token=') != -1) {
        res = res + getToken();
      }