校园商户
This commit is contained in:
@@ -31,6 +31,13 @@ import forumSensitiveWord from "./forum/sensitive-word";
|
||||
import forumPostLike from "./forum/post-like";
|
||||
import forumPostFavorite from "./forum/post-favorite";
|
||||
|
||||
import merchantCategory from "./merchant/category";
|
||||
import merchantStore from "./merchant/store";
|
||||
import merchantProductCategory from "./merchant/product-category";
|
||||
import merchantProduct from "./merchant/product";
|
||||
import merchantPrinter from "./merchant/printer";
|
||||
import merchantPrintTask from "./merchant/print-task";
|
||||
|
||||
import userProfile from "./user/profile";
|
||||
|
||||
import xinForm from "./components/xin-form";
|
||||
@@ -67,6 +74,12 @@ export default {
|
||||
...forumSensitiveWord,
|
||||
...forumPostLike,
|
||||
...forumPostFavorite,
|
||||
...merchantCategory,
|
||||
...merchantStore,
|
||||
...merchantProductCategory,
|
||||
...merchantProduct,
|
||||
...merchantPrinter,
|
||||
...merchantPrintTask,
|
||||
...userProfile,
|
||||
...xinForm,
|
||||
...xinTable,
|
||||
|
||||
Reference in New Issue
Block a user