Karson 8 years ago
parent
commit
02d6d1f9e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/index.js

+ 1 - 1
public/assets/js/backend/index.js

@@ -17,7 +17,7 @@ define(['jquery', 'bootstrap', 'backend', 'addtabs', 'adminlte', 'validator'], f
 
             //读取FastAdmin的更新信息
             $.ajax({
-                url: 'http://www.fa.com/index/index/news',
+                url: 'http://demo.fastadmin.net/index/index/news',
                 type: 'post',
                 dataType: 'jsonp',
                 success: function (ret) {