File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 86
86
- [ $.ajax跨域JSONP示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-jsonp.html )
87
87
- [ $.ajax跨域POST示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-cors-post.html )
88
88
- [ $.ajax跨域PUT示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-cors-put.html )
89
- - [ $.ajax跨域DELETE示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-cors-delete.html )
89
+ - [ $.ajax跨域DELETE示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-cors-delete.html )
90
+
91
+ ###基于vue-resource的示例
92
+
93
+ 以下示例,在博客中有具体讲解,博客链接:[ Vue.js——vue-resource全攻略] ( http://www.cnblogs.com/keepfool/p/5657065.html )
94
+
95
+ ####http示例
96
+ - [ http get示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/http-get.html )
97
+ - [ http jsonp示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/http-jsonp.html )
98
+ - [ http post示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/http-post.html )
99
+ - [ http put示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/http-put.html )
100
+ - [ http delete示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/http-delete.html )
101
+
102
+ ####resouce示例
103
+ - [ resource get示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/resource-get.html )
104
+ - [ resource save示例(HTTP POST)] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/resource-post.html )
105
+ - [ resource update示例(HTTP PUT)] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/resource-put.html )
106
+ - [ resource remove示例(HTTP DELETE)] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/resource-delete.html )
107
+
108
+ ####inteceptor示例
109
+ - [ inteceptor示例1——ajax请求的loading界面] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/inteceptor-demo1.html )
110
+ - [ inteceptor实例2——请求失败时的提示对话框] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/vue-resource/inteceptor-demo2.html )
111
+
112
+
You can’t perform that action at this time.
0 commit comments