mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: update topology
This commit is contained in:
parent
c5047d1b5b
commit
5205499bda
@ -50,7 +50,6 @@ function layerDashboards() {
|
||||
component: () => import("@/views/Layer.vue"),
|
||||
};
|
||||
route.children.push(d);
|
||||
console.log(child);
|
||||
const tab = {
|
||||
name: `${child.name}ActiveTabIndex`,
|
||||
path: `/${child.path}/tab/:activeTabIndex`,
|
||||
|
@ -189,7 +189,9 @@ limitations under the License. -->
|
||||
|
||||
onMounted(async () => {
|
||||
await nextTick();
|
||||
setTimeout(() => {
|
||||
init();
|
||||
}, 10);
|
||||
});
|
||||
async function init() {
|
||||
const dom = document.querySelector(".topology")?.getBoundingClientRect() || {
|
||||
|
Loading…
Reference in New Issue
Block a user