|
@@ -37,6 +37,7 @@ import shopCapital from '@/service/shop-capital/index';
|
|
|
import cash from '@/service/deposit/index';
|
|
import cash from '@/service/deposit/index';
|
|
|
import ptYeChange from '@/service/assets/ptYeChange/index';
|
|
import ptYeChange from '@/service/assets/ptYeChange/index';
|
|
|
import ptAsset from '@/service/ptAsset/index';
|
|
import ptAsset from '@/service/ptAsset/index';
|
|
|
|
|
+import shopYeChange from '@/service/shop-ye-change/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$/);
|
|
@@ -74,12 +75,13 @@ export function SET_SERVICE({ store }) {
|
|
|
itemClass,
|
|
itemClass,
|
|
|
item,
|
|
item,
|
|
|
unit,
|
|
unit,
|
|
|
- merchant,
|
|
|
|
|
- shopAdmin,
|
|
|
|
|
- shopCapital,
|
|
|
|
|
- cash,
|
|
|
|
|
- ptYeChange,
|
|
|
|
|
- ptAsset
|
|
|
|
|
|
|
+ merchant,
|
|
|
|
|
+ shopAdmin,
|
|
|
|
|
+ shopCapital,
|
|
|
|
|
+ cash,
|
|
|
|
|
+ ptYeChange,
|
|
|
|
|
+ ptAsset,
|
|
|
|
|
+ shopYeChange
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
Vue.prototype.$service = modules;
|
|
Vue.prototype.$service = modules;
|