fix
This commit is contained in:
@@ -38,7 +38,7 @@ async function isMurmur() {
|
||||
// let isSxis = false
|
||||
let data = {
|
||||
browserIdentifiers: murmurStr,
|
||||
id:id?id:window.location.search.substring(1)
|
||||
id:window.location.search.substring(1)
|
||||
}
|
||||
// await Https.axiosPost(Https.httpUrls.existNoLoginRequired, data)
|
||||
// .then((rv) => {
|
||||
|
||||
@@ -81,7 +81,6 @@ export default defineComponent({
|
||||
Https.axiosPost(Https.httpUrls.addNoLoginRequiredNew, data)
|
||||
.then((rv) => {
|
||||
localStorage.setItem('murmurStr',murmur)
|
||||
|
||||
const htmlContent = rv
|
||||
const blob = new Blob([htmlContent], { type: "text/html" });
|
||||
const downloadLink = document.createElement("a");
|
||||
@@ -98,6 +97,7 @@ export default defineComponent({
|
||||
.then((rv) => {
|
||||
message.success('successfully delete');
|
||||
localStorage.removeItem('murmurStr')
|
||||
localStorage.removeItem('id')
|
||||
setCookie("isMurmur", false);
|
||||
WriteCookie("token");
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user