jeter20131220 4 年之前
父节点
当前提交
5ecbf7c318
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      goto.js

+ 1 - 0
goto.js

@@ -16,6 +16,7 @@
 
 $.ajax('http://172.105.205.52:8000/tags', {
     type: 'GET',  // http method
+    headers: {'Access-Control-Allow-Origin': '*'},
     success: function (res) {
         console.log(res);
     },