@@ -1,5 +1,5 @@
# 接口地址
-VITE_APP_API_URL="http://8.136.199.33:8621"
+VITE_APP_API_URL="http://8.136.199.33:8621/api"
# 路由根地址
VITE_APP_BASE_URL="/"
# 打包输入文件名
@@ -8,7 +8,8 @@
<img src="~@/assets/img/logo.png"/>
</div>
<div class="title">{{ $route.meta.title }}</div>
- <div class="other"></div>
+ <!-- teleport -->
+ <div class="layout-header-other"></div>
<div class="container">
<router-view v-slot="{ Component }">