web修改
This commit is contained in:
@@ -42,6 +42,8 @@ export default defineConfig({
|
||||
'./api': './src/api/index.ts',
|
||||
'./api/auth': './src/api/auth/auth.ts',
|
||||
'./api/file': './src/api/file/file.ts',
|
||||
'./api/workcase': './src/api/workcase/index.ts',
|
||||
'./api/ai': './src/api/ai/index.ts',
|
||||
|
||||
// ========== Utils 工具模块 ==========
|
||||
'./utils': './src/utils/index.ts',
|
||||
@@ -56,6 +58,8 @@ export default defineConfig({
|
||||
'./types/auth': './src/types/auth/index.ts',
|
||||
'./types/file': './src/types/file/index.ts',
|
||||
'./types/sys': './src/types/sys/index.ts',
|
||||
'./types/workcase': './src/types/workcase/index.ts',
|
||||
'./types/ai': './src/types/ai/index.ts',
|
||||
|
||||
// ========== Config 配置模块 ==========
|
||||
'./config': './src/config/index.ts',
|
||||
|
||||
Reference in New Issue
Block a user