Browse Source

修改应用类型

guo00guo 5 years ago
parent
commit
d825a0a4da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/generalService.js

+ 1 - 1
src/js/generalService.js

@@ -51,7 +51,7 @@ export const getAllReportTypes = () => {
 
 //获取所有平台类型
 export const getAllPlatformTypes = () => {
-  return ['ANDROID', 'IOS', 'WEB']
+  return ['Android APP', 'IOS APP', 'Web应用', 'C/S应用软件', '嵌入式软件', '工业控制软件', '信息技术产品', '其他']
   //return Http.get(Apis.GENERAL.GET_ALL_ABILITIES)
 }
 //获取所有定向发布的目标