no message
This commit is contained in:
parent
98ae329ce0
commit
ca63c45c35
@ -203,6 +203,8 @@
|
||||
onMounted(() => {
|
||||
ids = "484,41".split(",") || []
|
||||
getBaseData().then(data => {
|
||||
console.log("data", data)
|
||||
|
||||
initData()
|
||||
})
|
||||
})
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user