mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-07-27 07:45:41 +00:00
conv gbk to utf on webInterface
This commit is contained in:
@@ -194,6 +194,7 @@ body{
|
||||
padding: 10px;
|
||||
border: 1px solid #99baca;
|
||||
background: #f5fbfe;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
.subTitle{
|
||||
|
@@ -35,7 +35,7 @@ define("./detail",['$', 'gallery/underscore/1.6.0/underscore.js'],function(requi
|
||||
' <section class="resBody">'+
|
||||
' <h4 class="subTitle">response body</h4>'+
|
||||
' <div class="detail">'+
|
||||
' <div class="J_responseBody resBodyContent"></div>'+
|
||||
' <pre class="J_responseBody resBodyContent"></pre>'+
|
||||
' </div>'+
|
||||
' </section>'+
|
||||
' <% } %>';
|
||||
|
@@ -166,10 +166,8 @@ seajs.use(['$', 'Underscore', 'Backbone',"Handlebars","Popup","./detail"], funct
|
||||
});
|
||||
})();
|
||||
|
||||
//render custom menu
|
||||
//[test]render custom menu
|
||||
var customMenu = $("#customMenu").val().split("@@@");
|
||||
console.log(customMenu);
|
||||
|
||||
|
||||
//data via web socket
|
||||
if(!WebSocket){
|
||||
|
Reference in New Issue
Block a user