|
|
@@ -18,8 +18,8 @@ import single from '@/service/single/index';
|
|
|
import setting from '@/service/setting/index';
|
|
|
import workbench from '@/service/workbench/index';
|
|
|
import auth from '@/service/auth/index';
|
|
|
-// sass
|
|
|
-import sassShop from '@/service/sass/shop/index';
|
|
|
+// saas
|
|
|
+import saasShop from '@/service/sass/shop/index';
|
|
|
import sassOrder from '@/service/sass/order/index';
|
|
|
import sassMember from '@/service/sass/member/index';
|
|
|
import sassPtMember from '@/service/sass/pt-member/index';
|
|
|
@@ -53,7 +53,7 @@ export function SET_SERVICE({ store }) {
|
|
|
workbench,
|
|
|
auth,
|
|
|
// sass
|
|
|
- sassShop,
|
|
|
+ saasShop,
|
|
|
sassOrder,
|
|
|
sassMember,
|
|
|
sassPtMember,
|