diff --git a/dashboard/src/layout/aside.vue b/dashboard/src/layout/aside.vue index 050369a..c05c2e5 100644 --- a/dashboard/src/layout/aside.vue +++ b/dashboard/src/layout/aside.vue @@ -4,6 +4,7 @@ + {{ mainNav }} {{ subNav }} @@ -56,7 +57,7 @@ const page = computed(() => { page = vv.meta.title } }) - }) + }) return page }) diff --git a/dtmsvr/entry/main.go b/dtmsvr/entry/main.go index 4fcc717..b8f35de 100644 --- a/dtmsvr/entry/main.go +++ b/dtmsvr/entry/main.go @@ -16,7 +16,7 @@ import ( func ver(version *string) { if *version == "" { - *version = "0.0.0-dev" + *version = "v0.0.0-dev" } fmt.Printf("dtm version: %s\n", *version) }