|
@@ -45,12 +45,14 @@ import ptCp from '@/service/pt-cp/index';
|
|
|
import ptCpClass from '@/service/pt-cp-class/index';
|
|
import ptCpClass from '@/service/pt-cp-class/index';
|
|
|
import ptCpItem from '@/service/pt-cp-item/index';
|
|
import ptCpItem from '@/service/pt-cp-item/index';
|
|
|
import ptItem from '@/service/pt-item/index';
|
|
import ptItem from '@/service/pt-item/index';
|
|
|
|
|
+import ptItemCatRelate from '@/service/pt-item-cat-relate/index';
|
|
|
|
|
|
|
|
export function SET_SERVICE({ store }) {
|
|
export function SET_SERVICE({ store }) {
|
|
|
// const files = require.context('@/service/', true, /\.js$/);
|
|
// const files = require.context('@/service/', true, /\.js$/);
|
|
|
// const ignore = ['./request.js'];
|
|
// const ignore = ['./request.js'];
|
|
|
|
|
|
|
|
let modules = {
|
|
let modules = {
|
|
|
|
|
+ ptItemCatRelate,
|
|
|
ptItem,
|
|
ptItem,
|
|
|
ptCpItem,
|
|
ptCpItem,
|
|
|
ptCp,
|
|
ptCp,
|