liuqiao 8 月之前
父节点
当前提交
683a31e878
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/view/InfoDialoges.vue

+ 2 - 1
src/view/InfoDialoges.vue

@@ -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];