远程查询
@@ -21,6 +21,7 @@
打开面板
修改授权码
+ 删除本地授权码
@@ -259,6 +260,10 @@ function onlineGalleryReader(name){
window.open("http://zfile.lionwebsite.xyz/1/gallery/" + encodeURI(name))
}
+function deleteAuthCode(){
+ localStorage.removeItem('auth')
+ ElMessage("删除授权码完成")
+}
onMounted(() => {
const auth = localStorage.getItem("auth")
if(auth !== null){