data/index添加shipCompany
This commit is contained in:
parent
7ec5ff8ddf
commit
26ce61bc5e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue