产值计划

This commit is contained in:
2025-08-09 18:02:32 +08:00
parent bebd4e3a2e
commit c7340572c9
22 changed files with 657 additions and 307 deletions

View File

@ -339,7 +339,6 @@ const onShare = () => {
const TokenKey = 'Admin-Token';
const tokenStorage = useStorage<null | string>(TokenKey, null);
const getToken = () => tokenStorage.value;
console.log(getToken());
// 跳转新的地址 传token
let url = `http://192.168.110.151:7788/indexEquipment?projectId=${encodeURIComponent(currentProject.value.id)}&token=${encodeURIComponent(getToken())}&batchNumber=${encodeURIComponent(form.value.batchNumber)}`;