产值计划
This commit is contained in:
@ -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)}`;
|
||||
|
||||
Reference in New Issue
Block a user