zhangjie 2 년 전
부모
커밋
5d5b18522f
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/modules/questions/views/SynthesisPaperStorage.vue

+ 1 - 2
src/modules/questions/views/SynthesisPaperStorage.vue

@@ -360,8 +360,7 @@ export default {
       var key = this.user.key;
       var token = this.user.token;
       window.open(
-        "http://192.168.10.39:7000" +
-          QUESTION_API +
+        QUESTION_API +
           "/synthesize/paper/preview?synthesizePaperId=" +
           row.id +
           "&$key=" +