为什么http请求不适用于webservice?

时间:2018-03-01 10:26:02

标签: javascript angularjs

以下代码无效,但如果我将网址替换为data/fillMenu.json,则可以正常工作。

$http.get("http://192.168.11.217:9095/module/getmainmodules")
.then(function(response) {
  $sessionStorage.pr = response.data;
});

0 个答案:

没有答案