From 1ad9710a4ddfa7b0b79d7520bf47ab7630be054c Mon Sep 17 00:00:00 2001 From: haha Date: Tue, 25 Jun 2024 00:47:22 +0800 Subject: [PATCH] update code --- src/layout/components/NavBar/components/NavbarRight.vue | 7 +++++-- vite.config.ts | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue index dc515d5..c204e85 100644 --- a/src/layout/components/NavBar/components/NavbarRight.vue +++ b/src/layout/components/NavBar/components/NavbarRight.vue @@ -5,8 +5,11 @@ 中国航天 - {{ "中国航天某某某某研究院" }} - 算法测试验证软件平台 + +
{{ "中国航天某某某某研究院" }}
+
China Aerospace XXXX Research Institute
+
+ 算法测试验证软件平台
diff --git a/vite.config.ts b/vite.config.ts index 7c5725a..ba4e54a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -40,7 +40,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => { "@": pathSrc, }, }, - base: "./ai", + base: "/ai", css: { // CSS 预处理器 preprocessorOptions: {