data/index添加shipCompany

This commit is contained in:
lxy 2025-02-08 18:23:19 +08:00
parent 7ec5ff8ddf
commit 26ce61bc5e
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
import i18n from "./i18n";
import path from './path';
import actionAuth from './actionAuth';
import shipCompany from "./shipCompany";
export default {
i18n,
path,
actionAuth,
shipCompany,
} as any;