|
@@ -1263,7 +1263,8 @@ const getmoun=()=>{
|
|
|
}
|
|
|
onMounted(() => {
|
|
|
//const paramValue =window.location.href;//.paramNamehttp://localhost:5173/#/
|
|
|
- const paramValue ='http://localhost:5173/#/aid=7';
|
|
|
+ const paramValue =window.location.href;
|
|
|
+ //const paramValue ='http://localhost:5173/#/aid=7';
|
|
|
const parts = paramValue.split('=');
|
|
|
console.log(parts);
|
|
|
aid.value=parts[1];
|