From 9bff754127d4d3d03ef12a44d740c76458b63f35 Mon Sep 17 00:00:00 2001 From: wuKong Date: Tue, 29 Jul 2025 10:30:34 +0800 Subject: [PATCH] Revert "/mp/open/ -> /admin-api/mp/open/" This reverts commit 8eee46d8 --- src/views/mp/account/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mp/account/index.vue b/src/views/mp/account/index.vue index 200a1e2ea..655170702 100644 --- a/src/views/mp/account/index.vue +++ b/src/views/mp/account/index.vue @@ -37,7 +37,7 @@ @@ -120,7 +120,7 @@ const queryParams = reactive({ appId: null }) const queryFormRef = ref() // 搜索的表单 -const serverUrl = import.meta.env.VITE_BASE_URL + /** 查询列表 */ const getList = async () => { loading.value = true