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(); }