|
|
@@ -32,6 +32,7 @@ import itemClass from '@/service/item-class/index';
|
|
|
import item from '@/service/item/index';
|
|
|
import unit from '@/service/unit/index';
|
|
|
import merchant from '@/service/merchant/index';
|
|
|
+import shopAdmin from '@/service/shop-admin/index';
|
|
|
|
|
|
export function SET_SERVICE({ store }) {
|
|
|
// const files = require.context('@/service/', true, /\.js$/);
|
|
|
@@ -69,7 +70,8 @@ export function SET_SERVICE({ store }) {
|
|
|
itemClass,
|
|
|
item,
|
|
|
unit,
|
|
|
- merchant
|
|
|
+ merchant,
|
|
|
+ shopAdmin
|
|
|
};
|
|
|
|
|
|
Vue.prototype.$service = modules;
|