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"),
|
component: () => import("@/views/Layer.vue"),
|
||||||
};
|
};
|
||||||
route.children.push(d);
|
route.children.push(d);
|
||||||
console.log(child);
|
|
||||||
const tab = {
|
const tab = {
|
||||||
name: `${child.name}ActiveTabIndex`,
|
name: `${child.name}ActiveTabIndex`,
|
||||||
path: `/${child.path}/tab/:activeTabIndex`,
|
path: `/${child.path}/tab/:activeTabIndex`,
|
||||||
|
@ -189,7 +189,9 @@ limitations under the License. -->
|
|||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
await nextTick();
|
await nextTick();
|
||||||
|
setTimeout(() => {
|
||||||
init();
|
init();
|
||||||
|
}, 10);
|
||||||
});
|
});
|
||||||
async function init() {
|
async function init() {
|
||||||
const dom = document.querySelector(".topology")?.getBoundingClientRect() || {
|
const dom = document.querySelector(".topology")?.getBoundingClientRect() || {
|
||||||
|
Loading…
Reference in New Issue
Block a user