yeungalan 4 years ago
parent
commit
c0b344ac0a
1 changed files with 1 additions and 2 deletions
  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',