From eecb531137599c1a0bde3c40fc549cd3b2cd5bed Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 22 一月 2025 09:18:45 +0800 Subject: [PATCH] 1 --- admin/src/api/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin/src/api/index.js b/admin/src/api/index.js index 039a7d1..05f4504 100644 --- a/admin/src/api/index.js +++ b/admin/src/api/index.js @@ -1,6 +1,6 @@ export const uploadFile = '/gateway_interface/visitsAdmin/cloudService/public/upload' export * from './business/index' -export * from './platform' export * from './other/other' export * from './workbench/index' +export * from './store/index' -- Gitblit v1.9.3