0708替换头像

This commit is contained in:
chatgpt-yunju 2025-07-08 09:18:25 +08:00
parent f6105fb622
commit a3d837fa31
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/images/Union.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>动态社交网络演化计算系统CYJ0707优化前3页</title>
<title>动态社交网络演化计算系统CYJ0708</title>
</head>
<body>
<div id="app"></div>

View File

@ -94,7 +94,7 @@
<script setup>
import { ref, defineExpose } from 'vue';
import { useKeyNodeStore } from '@/store/keyNodeStore';
import DynamicGraph from "./graph/dynamicGraph.vue";
import DynamicGraph from "./graph/dynamicGraph1.vue";
const store = useKeyNodeStore();
const leaderGraphRef = ref(null);