From 5569d8f924d1835b41382b0bc8e7ce51033921c7 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期四, 18 一月 2024 14:55:28 +0800 Subject: [PATCH] # --- pages/mat/matQuery.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index 7f48ff1..4ad373e 100644 --- a/pages/mat/matQuery.vue +++ b/pages/mat/matQuery.vue @@ -153,7 +153,7 @@ return; } uni.request({ - url: that.baseUrl + '/mat/list/pda/page/auth', + url: that.baseUrl + '/mat/list/auth', data: { curr:that.curr, limit: 20, -- Gitblit v1.9.1