修改报错BUG
This commit is contained in:
parent
61ba668818
commit
bd908af765
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
|
||||
app.controller('ClassListController', ['$scope', 'config', 'auth', '$http', '$location', 'alertService','rms','common'
|
||||
app.controller('ClassListController', ['$scope', 'config', 'auth', '$http', '$location', 'alertService','rms','common',
|
||||
function ($scope, config, auth, $http, $location, alertService,rms,common) {
|
||||
common.checkLogin();
|
||||
|
||||
|
|
Loading…
Reference in New Issue