From c37ea09c23b76f2da7f075292ff273a5fb579935 Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期五, 03 四月 2026 14:49:13 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.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