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: {