From a29e0df3c165dfe2ddd825bb340ed480a64865db Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 02 四月 2026 15:02:30 +0800 Subject: [PATCH] 解决冲突 --- 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