From a5f40b4c2590a3d61592f1918d689d4932545248 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 22 一月 2025 15:06:38 +0800 Subject: [PATCH] ll --- 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