src/views/PackageTwo/WareInspection.vue
@@ -21,10 +21,11 @@ methods: { showChangeIfream(res) { if (res.indexOf('{host}') != -1) { if (res.indexOf('{fmeHost}') != -1) { res = res.replace('{host}',ipConfig ) res = res.replace('{fmeHost}',fmeHost ) } if (res.indexOf('token=') != -1) { res = res + getToken(); }