|
@@ -369,7 +369,7 @@ |
|
@@ -369,7 +369,7 @@ |
|
369
|
handleSuccess();
|
369
|
handleSuccess();
|
|
370
|
}
|
370
|
}
|
|
371
|
function goDeviceProfile(e) {
|
371
|
function goDeviceProfile(e) {
|
|
372
|
- go(PageEnum.DEVICE_PROFILE + '?name=' + String(e));
|
372
|
+ go(PageEnum.DEVICE_PROFILE + '?name=' + encodeURIComponent(String(e)));
|
|
373
|
}
|
373
|
}
|
|
374
|
const { copied, copy } = useClipboard({ legacy: true });
|
374
|
const { copied, copy } = useClipboard({ legacy: true });
|
|
375
|
const copySN = async (snCode: string) => {
|
375
|
const copySN = async (snCode: string) => {
|