0708替换头像
This commit is contained in:
parent
f6105fb622
commit
a3d837fa31
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user