shish 2 سال پیش
والد
کامیت
6afc8e689b
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      pt/src/service/pt-cp-class/index.js
  2. 1 1
      pt/src/service/pt-cp/index.js

+ 1 - 1
pt/src/service/pt-cp-class/index.js

@@ -1,5 +1,5 @@
 import { BaseService, Service } from '@/cool';
-@Service('cp-class')
+@Service('pt-cp-class')
 export class CpService extends BaseService {
 
 	getMenu(data) {

+ 1 - 1
pt/src/service/pt-cp/index.js

@@ -1,5 +1,5 @@
 import { BaseService, Service } from '@/cool';
-@Service('cp')
+@Service('pt-cp')
 export class CpService extends BaseService {
 
 }