00c2624c by ex

删除意见反馈 重置url

1 parent 8c5168a2
...@@ -26,6 +26,7 @@ angular.module('myApp') ...@@ -26,6 +26,7 @@ angular.module('myApp')
26 time:1 26 time:1
27 }); 27 });
28 setTimeout(function() { 28 setTimeout(function() {
29 window.href = window.location.origin + window.location.pathname
29 location.reload(); 30 location.reload();
30 } , 300); 31 } , 300);
31 } else if (data.meta.code == 401) { 32 } else if (data.meta.code == 401) {
...@@ -115,11 +116,11 @@ angular.module('myApp') ...@@ -115,11 +116,11 @@ angular.module('myApp')
115 icon : "images/contact.png", 116 icon : "images/contact.png",
116 state : "contact" 117 state : "contact"
117 }); 118 });
118 $scope.moduleList.push({ 119 // $scope.moduleList.push({
119 name : "意见反馈", 120 // name : "意见反馈",
120 icon : "images/opinion.png", 121 // icon : "images/opinion.png",
121 state : "opinion" 122 // state : "opinion"
122 }); 123 // });
123 } 124 }
124 125
125 $scope.doAction = function(index) { 126 $scope.doAction = function(index) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!