yeungalan 4 лет назад
Родитель
Сommit
c0b344ac0a
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      photo/src/ImageList.js

+ 1 - 2
photo/src/ImageList.js

@@ -19,8 +19,7 @@ class imageList extends React.Component {
     }
 
     componentDidMount() {
-        //fetch("/system/ajgi/interface?script=/Photo/backend/listFile.js", {
-        fetch("https://google.com", {
+        fetch("/system/ajgi/interface?script=/Photo/backend/listFile.js", {
                 method: 'post',
                 headers: {
                     'Accept': 'application/json',