From 93a38ac31615b1aa053a4440c59814ea72353945 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 17 一月 2023 14:39:19 +0800 Subject: [PATCH] 界面修改 --- src/views/PackageTwo/WareInspection.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/PackageTwo/WareInspection.vue b/src/views/PackageTwo/WareInspection.vue index cd9f19f..d4b9d09 100644 --- a/src/views/PackageTwo/WareInspection.vue +++ b/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(); } -- Gitblit v1.9.3