mirror of
https://github.com/snltty/linker.git
synced 2025-09-26 21:15:57 +08:00
186
This commit is contained in:
@@ -76,7 +76,11 @@ export default {
|
||||
return;
|
||||
}
|
||||
if(!hasUpdateSelf.value){
|
||||
ElMessage.success('无权限');
|
||||
ElMessage.error('无权限');
|
||||
return;
|
||||
}
|
||||
if(props.item.MachineId != globalData.value.self.MachineId && !hasUpdateOther.value){
|
||||
ElMessage.error('无权限');
|
||||
return;
|
||||
}
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
v1.8.6
|
||||
2025-07-05 15:47:10
|
||||
2025-07-05 16:11:24
|
||||
1. 一些累计更新
|
||||
2. 白名单
|
||||
3. 优化防火墙
|
||||
|
Reference in New Issue
Block a user