|
|
@@ -30,6 +30,7 @@ import itemClass from '@/service/item-class/index';
|
|
|
import item from '@/service/item/index';
|
|
|
import ptItem from '@/service/pt-item/index';
|
|
|
import custom from '@/service/custom/index';
|
|
|
+import product from '@/service/product/index';
|
|
|
|
|
|
export function SET_SERVICE({ store }) {
|
|
|
// const files = require.context('@/service/', true, /\.js$/);
|
|
|
@@ -65,7 +66,8 @@ export function SET_SERVICE({ store }) {
|
|
|
itemClass,
|
|
|
item,
|
|
|
ptItem,
|
|
|
- custom
|
|
|
+ custom,
|
|
|
+ product
|
|
|
};
|
|
|
|
|
|
Vue.prototype.$service = modules;
|