From f71917022b1f1078c2670972c8dd9c7f89eb3744 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 08 Nov 2023 11:16:48 +0800 Subject: [PATCH] fix:查看详情权限修改 --- App.vue | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/App.vue b/App.vue index 1e09fad..3380106 100644 --- a/App.vue +++ b/App.vue @@ -3,6 +3,7 @@ getDic } from '@/utils/login.js' // ������������ import store from '@/store/index.js' + import routingIntercept from '@/utils/permission.js' import { httpPost, httpGet @@ -20,6 +21,7 @@ httpGet('/AppUser/wx/login', { 'code': loginRes.code }).then(result => { + routingIntercept() try { if (result.data.code === 0) { uni.clearStorageSync() @@ -55,6 +57,7 @@ title: errors, icon: 'none', }) + this.$isResolve() }) } }) @@ -149,4 +152,13 @@ line-height: 30px !important; } } + + .ridoaBox { + text-align: center; + padding: 10px 0px; + + /deep/.u-radio { + padding-right: 10px; + } + } </style> \ No newline at end of file -- Gitblit v1.8.0