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(); } @@ -48,5 +52,6 @@ margin: 0; padding: 0; overflow: hidden; background: #303030; } </style>