From 69a1b3bf45738f048361ee4ccb6bdc64fce35720 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 12 三月 2025 11:31:46 +0800 Subject: [PATCH] 更新 --- admin/src/api/index.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/admin/src/api/index.js b/admin/src/api/index.js new file mode 100644 index 0000000..039a7d1 --- /dev/null +++ b/admin/src/api/index.js @@ -0,0 +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' -- Gitblit v1.9.3