refactor: API请求路径优化

Former-commit-id: c17689117a54b31190dea477c98f11c5d705f073
This commit is contained in:
郝先瑞
2022-06-28 23:49:38 +08:00
parent 2c7267b655
commit e650ce1897
10 changed files with 156 additions and 119 deletions

View File

@@ -11,7 +11,11 @@
<navbar />
<tags-view v-if="needTagsView" />
</div>
<!--主页面-->
<app-main />
<!-- 设置面板 -->
<RightPanel v-if="showSettings">
<settings />
</RightPanel>