diff --git a/CHANGELOG.md b/CHANGELOG.md index 0488f4a..958ecda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.1.0 (2021-09-13) +# 0.1.0 (2021-09-14) ### 🌟 新功能 范围|描述|commitId @@ -125,6 +125,7 @@ - | 修改接口路径 | [df6acf2](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/df6acf2) - | 修改时间轴定期任务加载逻辑 | [1977c00](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/1977c00) - | 修改角色栏组件 | [a54c601](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/a54c601) + - | 修改项目详情页返回首页bug | [e942887](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/e942887) - | 分享项目链接 | [d867239](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/d867239) - | 切换到默认项目角色没有激活状态的bug | [438d448](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/438d448) - | 切换日历时查询小红点 | [7091789](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/7091789) diff --git a/public/index.html b/public/index.html index 47670c0..da2ae2b 100644 --- a/public/index.html +++ b/public/index.html @@ -20,6 +20,7 @@ diff --git a/rest/project.http b/rest/project.http index ec25ea8..8e11c18 100644 --- a/rest/project.http +++ b/rest/project.http @@ -8,7 +8,7 @@ content-type: application/json;charset=utf-8 "client": 1, "data": { "credential": "123456", - "identifier": "whj" + "identifier": "zb11" }, "scene": 0, "type": 3 diff --git a/src/components/Plugin/Plugin.vue b/src/components/Plugin/Plugin.vue index cc2cda9..b1e8d68 100644 --- a/src/components/Plugin/Plugin.vue +++ b/src/components/Plugin/Plugin.vue @@ -1,6 +1,6 @@