shish hace 2 años
padre
commit
6afc8e689b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 {
 
 }