|
|
@@ -1,5 +1,7 @@
|
|
|
import Vue from 'vue';
|
|
|
|
|
|
+//不要在这里引入方法,请在各vue文件里按需引入方法!!!!!!!!!!!!!!!!!!!!!!
|
|
|
+
|
|
|
import common from '@/service/common/index';
|
|
|
import system from '@/service/system/index';
|
|
|
import test from '@/service/test/index';
|
|
|
@@ -18,7 +20,9 @@ import single from '@/service/single/index';
|
|
|
import setting from '@/service/setting/index';
|
|
|
import workbench from '@/service/workbench/index';
|
|
|
import auth from '@/service/auth/index';
|
|
|
-// saas
|
|
|
+
|
|
|
+//不要在这里引入方法,请在各vue文件里按需引入方法!!!!!!!!!!!!!!!!!!!!!!
|
|
|
+
|
|
|
import saasShop from '@/service/saas/shop/index';
|
|
|
import saasOrder from '@/service/saas/order/index';
|
|
|
import saasMember from '@/service/saas/member/index';
|
|
|
@@ -53,7 +57,6 @@ export function SET_SERVICE({ store }) {
|
|
|
setting,
|
|
|
workbench,
|
|
|
auth,
|
|
|
- // saas
|
|
|
saasShop,
|
|
|
saasOrder,
|
|
|
saasMember,
|
|
|
@@ -67,6 +70,4 @@ export function SET_SERVICE({ store }) {
|
|
|
|
|
|
Vue.prototype.$service = modules;
|
|
|
store.$service = modules;
|
|
|
-
|
|
|
- console.log('1111111');
|
|
|
}
|