検索

ホームページ  >  に質問  >  本文

angular.js - sockjs Angularjs Error: INVALID_STATE_ERR

Error: INVALID_STATE_ERR

at y.send (http://localhost:8080/earth/resources/scripts/lib/sockjs-0.3.4.min.js:27:16558)
at r._transmit (http://localhost:8080/earth/resources/scripts/lib/stomp.min.js:8:2199)
at r.send (http://localhost:8080/earth/resources/scripts/lib/stomp.min.js:8:6053)
at chatCore.Send (http://localhost:8080/earth/resources/scripts/chat.js:34:19)
at new <anonymous> (http://localhost:8080/earth/resources/scripts/app/controllers/HallController.js:16:7)
at e (http://localhost:8080/earth/resources/scripts/lib/angular.min.js:37:96)
at Object.instantiate (http://localhost:8080/earth/resources/scripts/lib/angular.min.js:37:213)
at $get (http://localhost:8080/earth/resources/scripts/lib/angular.min.js:76:318)
at compile (http://localhost:8080/earth/resources/scripts/lib/angular-ui-router.min.js:7:21956)
at $ (http://localhost:8080/earth/resources/scripts/lib/angular.min.js:70:488) <body ui-view="" class="ng-scope">
过去多啦不再A梦过去多啦不再A梦2744日前710

全員に返信(1)返信します

  • PHPz

    PHPz2017-05-15 16:59:07

    at new <anonymous> (http://localhost:8080/earth/resources/scripts/app/controllers/HallController.js:16:7)
    这句不是报告了错误具体出现在哪一行么,你去这一行看看,我估计是你的$state.go(stateName)ここの stateName に問題があります。ルーティング テーブル (app_states.js、ファイル名は異なる場合があります) に移動して、そのような stateName があるかどうかを確認してください。

    返事
    0
  • キャンセル返事