Преглед изворни кода

Merge remote-tracking branch 'origin/dev5.3.1' into dev/new1

zhouna пре 5 година
родитељ
комит
0ff758f4e9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/store/async-actions/fetchModules.js

+ 1 - 1
src/store/async-actions/fetchModules.js

@@ -32,7 +32,7 @@ const api={
 };
 
 export const getFeature = (item)=>{
-  const datas = json(api.getSymptomFeature+'?text='+item,{});
+  const datas = json(api.getSymptomFeature+'?text='+encodeURIComponent(item),{});
   return datas;
 }