From e8e7fa62d0d9ada52d773c958abc7200b40970aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B2=E6=A0=91=E9=80=9A?= <1976590620@qq.com> Date: Mon, 16 Mar 2020 16:54:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E5=B1=85=E6=B0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/pass-authentication.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/user/pass-authentication.vue b/src/views/modules/user/pass-authentication.vue index 5755ff6a..87b99dee 100644 --- a/src/views/modules/user/pass-authentication.vue +++ b/src/views/modules/user/pass-authentication.vue @@ -153,7 +153,7 @@ export default { data () { return { mixinViewModuleOptions: { - getDataListURL: 'app-user/user/page', + getDataListURL: 'app-user/user/authenticatedpage', getDataListIsPage: true, deleteURL: '/app-use/user', deleteIsBatch: true,