From 722982922d8b508978f65db7c1c9126e0e171fff Mon Sep 17 00:00:00 2001 From: Fine Date: Mon, 28 Aug 2023 18:16:40 +0800 Subject: [PATCH] feat: add path names --- src/layout/components/NavBar.vue | 63 +++++++++++++++++--------------- src/types/components.d.ts | 32 ++++++++++++++++ src/views/Layer.vue | 2 - 3 files changed, 66 insertions(+), 31 deletions(-) diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue index 4f206467..2e0972d8 100644 --- a/src/layout/components/NavBar.vue +++ b/src/layout/components/NavBar.vue @@ -14,7 +14,12 @@ See the License for the specific language governing permissions and limitations under the License. -->