Log Geoip
This commit is contained in:
@@ -355,6 +355,7 @@ const submit = () => {
|
||||
watch(ccodes, (codes) => {
|
||||
console.log('NNN=',codes);
|
||||
codes.forEach((c) => { if (c.code == geoip.value.iso_code) form.country = c; });
|
||||
console.log(form.country);
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user