no message

This commit is contained in:
A1300399510 2024-12-10 16:17:18 +08:00
parent 98ae329ce0
commit ca63c45c35
2 changed files with 2 additions and 4 deletions

View File

@ -203,6 +203,8 @@
onMounted(() => {
ids = "484,41".split(",") || []
getBaseData().then(data => {
console.log("data", data)
initData()
})
})

View File

@ -95,10 +95,6 @@ function objectToQueryString(obj = {}) {
function decodeKey(encrypted, key) {
return new Promise((resolve, reject) => {
try {
const storedData = localStorage.getItem("basicData")
const basicData = JSON.parse(storedData)
if (!key) key = basicData.encodekey
const encryptedData = CryptoJS.enc.Base64.parse(encrypted)
const decrypted = CryptoJS.AES.decrypt(