From a9ead1abf0925e1da523b55724e5d1e481cbfdb1 Mon Sep 17 00:00:00 2001 From: song Date: Thu, 9 Sep 2021 17:19:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=88=A0=E9=99=A4console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + rest/project.http | 6 +++--- src/App.vue | 1 - src/components/Title/Title.vue | 2 +- src/components/Title/components/ShareProject.vue | 12 ------------ src/pages/project/project.vue | 1 - 6 files changed, 5 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3418d61..dc2a37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,6 +135,7 @@ - | 定期任务骨架屏修改 | [8ff72dd](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/8ff72dd) - | 平车演示临时去掉项目快捷方式的toast提示 | [e0b2c23](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/e0b2c23) - | 手动展开日常任务 | [0a4a622](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/0a4a622) + - | 接受切换项目消息,分享项目 | [2f84ae1](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/2f84ae1) - | 接受切换项目消息,分享项目 | [5ea2fe4](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/5ea2fe4) - | 提示信息显示bug及日常任务收缩问题 | [f2f06c5](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/f2f06c5) - | 插件bug解决 | [41257eb](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/41257eb) diff --git a/rest/project.http b/rest/project.http index 48179b8..cbddcbd 100644 --- a/rest/project.http +++ b/rest/project.http @@ -1,7 +1,7 @@ ### login # @name login -POST https://test.tall.wiki/gateway/tall/v1.0/users/signin +POST https://www.tall.wiki/gateway/tall/v1.0/users/signin content-type: application/json;charset=utf-8 { @@ -18,7 +18,7 @@ content-type: application/json;charset=utf-8 ### 导入插件 # POST http://127.0.0.1:7220/plugin/import -POST http://test.tall.wiki/gateway/pluginshop/plugin/import +POST http://www.tall.wiki/gateway/pluginshop/plugin/import Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW Authorization: Bearer {{login.response.body.$.data.token}} @@ -34,6 +34,6 @@ Content-Type: xlsx ### 更新redis内的插件信息 -POST http://test.tall.wiki/gateway/pluginshop/plugin/updatePluginOfRedis +POST http://www.tall.wiki/gateway/pluginshop/plugin/updatePluginOfRedis content-type: application/json;charset=utf-8 Authorization: Bearer {{login.response.body.$.data.token}} diff --git a/src/App.vue b/src/App.vue index 3fecd9a..c938c47 100644 --- a/src/App.vue +++ b/src/App.vue @@ -90,5 +90,4 @@ export default { @import './common/styles/iconfont.scss'; @import 'uview-ui/index.scss'; @import './common/styles/app.scss'; -// @import './common/styles/uni.css'; diff --git a/src/components/Title/Title.vue b/src/components/Title/Title.vue index b106820..456a6da 100644 --- a/src/components/Title/Title.vue +++ b/src/components/Title/Title.vue @@ -117,8 +117,8 @@ export default { }, // 回到首页 openIndex() { + this.$u.route('/pages/index/index', { u: this.userId }); console.log(this.$route); - this.$u.route('/', { u: this.userId }); }, //操作 operation() { diff --git a/src/components/Title/components/ShareProject.vue b/src/components/Title/components/ShareProject.vue index 70e4ae9..9d0f1f7 100644 --- a/src/components/Title/components/ShareProject.vue +++ b/src/components/Title/components/ShareProject.vue @@ -18,7 +18,6 @@ {{ links }} -