fix
This commit is contained in:
@@ -38,7 +38,7 @@ async function isMurmur() {
|
||||
// let isSxis = false
|
||||
let data = {
|
||||
browserIdentifiers: murmurStr,
|
||||
id:window.location.search.substring(1)
|
||||
id:id?id:window.location.search.substring(1)
|
||||
}
|
||||
// await Https.axiosPost(Https.httpUrls.existNoLoginRequired, data)
|
||||
// .then((rv) => {
|
||||
|
||||
@@ -93,6 +93,7 @@ export default defineComponent({
|
||||
.catch((res) => {
|
||||
});
|
||||
}else{
|
||||
data.id = ''
|
||||
Https.axiosPost(Https.httpUrls.deleteNoLoginRequiredNew, data)
|
||||
.then((rv) => {
|
||||
message.success('successfully delete');
|
||||
|
||||
Reference in New Issue
Block a user