From de0e3ab6247895cb9a375fb3c37e659b2297151c Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 11 九月 2024 17:47:05 +0800 Subject: [PATCH] ll --- admin/src/api/index.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/admin/src/api/index.js b/admin/src/api/index.js index e068dbd..af847c6 100644 --- a/admin/src/api/index.js +++ b/admin/src/api/index.js @@ -1 +1,6 @@ export const uploadFile = '/admin_interface/visitsAdmin/cloudService/public/upload' + +export * from './business/index' +export * from './platform' +export * from './other/other' +export * from './workbench/index' -- Gitblit v1.9.3