shish 2 лет назад
Родитель
Сommit
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 {
 
 }