Browse Source

术语类型列表不缓存

zhouna 6 years ago
parent
commit
5dfafcb491
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/icss.js

+ 1 - 1
src/api/icss.js

@@ -26,7 +26,7 @@ export default {
       return axios.post(urls.PromptInfoDetail,param);
     },
     getAllType(){
-      return axios.post(urls.getAllType,{size:10});
+      return axios.post(urls.allKnowledgeType,{size:10});
     },
     getTremList(param){
       return axios.post(urls.getConceptKnowledge,param);