yeungalan 5 년 전
부모
커밋
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',