diff --git a/common/js/auth.js b/common/js/auth.js index d17513a..62855d5 100644 --- a/common/js/auth.js +++ b/common/js/auth.js @@ -37,7 +37,7 @@ export default { }, fail: () => { this.$util.showToast({ - title: '请求失败' + title: '登录请求失败' }); } }) diff --git a/common/js/util.js b/common/js/util.js index 80a28e6..dcc49a1 100644 --- a/common/js/util.js +++ b/common/js/util.js @@ -16,7 +16,7 @@ export default { redirectTo(to, param, mode) { let url = to; let tabbarList = ['/pages/index/index', '/pages/goods/category', '/pages/goods/cart', - '/pages/member/index','/pages_tool/article/list' + '/pages/member/index','/pages_rush/article/list' ] if (param != undefined) { Object.keys(param).forEach(function(key) { diff --git a/components/diy-components/diy-article.vue b/components/diy-components/diy-article.vue index 547e3f4..a6ad6d5 100644 --- a/components/diy-components/diy-article.vue +++ b/components/diy-components/diy-article.vue @@ -90,7 +90,7 @@ export default { }); }, toDetail(item) { - this.$util.redirectTo('/pages_tool/article/detail', { + this.$util.redirectTo('/pages_rush/article/detail', { article_id: item.article_id }); }, diff --git a/components/ns-login/ns-login.vue b/components/ns-login/ns-login.vue index ccb2256..c6608a1 100644 --- a/components/ns-login/ns-login.vue +++ b/components/ns-login/ns-login.vue @@ -65,7 +65,7 @@ -