|
|
@@ -87,25 +87,40 @@ Ext.define('saas.view.main.Main', {
|
|
|
iconCls:'x-fa fa-comment-o',
|
|
|
handler:function(){
|
|
|
console.log("新手导航");
|
|
|
+ openTab('sys-guide-formpanel','新手导航', 'sys-guide-formpanel-nav');
|
|
|
}
|
|
|
},{
|
|
|
text: '用户手册',
|
|
|
iconCls:'x-fa fa-comment-o',
|
|
|
handler:function(){
|
|
|
- console.log("用户手册");
|
|
|
+ window.open('http://www.usoftchina.com','_blank');
|
|
|
}
|
|
|
},{
|
|
|
text: '常见问题',
|
|
|
iconCls:'x-fa fa-question-circle-o',
|
|
|
handler:function(){
|
|
|
- console.log("常见问题");
|
|
|
+ window.open('http://www.usoftchina.com','_blank');
|
|
|
}
|
|
|
},{
|
|
|
text: '客服热线',
|
|
|
iconCls:'x-fa fa-comment-o',
|
|
|
- handler:function(){
|
|
|
- console.log("客服热线");
|
|
|
- }
|
|
|
+ menu:{
|
|
|
+ items:[{
|
|
|
+ text:'<span onclick="javascript:window.open(\'http://www.usoftchina.com\');" style="text-decoration:underline;color:blue;">优软科技官网</span>'
|
|
|
+ },{
|
|
|
+ text:'<span>电话:400-830-1818</span>'
|
|
|
+ },{
|
|
|
+ text:'<span>邮箱:info@usoftchina.com</span>'
|
|
|
+ }]
|
|
|
+ }/* ,listeners: {
|
|
|
+ 'mouseover': function() {
|
|
|
+ this.over = true;
|
|
|
+ },
|
|
|
+ 'mouseleave': function() {
|
|
|
+ this.over = false;
|
|
|
+ this.hide();
|
|
|
+ }
|
|
|
+ } */
|
|
|
}]
|
|
|
}
|
|
|
},
|
|
|
@@ -136,14 +151,12 @@ Ext.define('saas.view.main.Main', {
|
|
|
text: '账户中心',
|
|
|
iconCls:'x-fa x-fa fa-user-o',
|
|
|
handler:function(){
|
|
|
- console.log("账户中心");
|
|
|
+ window.open('http://www.usoftchina.com','_blank');
|
|
|
}
|
|
|
},{
|
|
|
text: '意见反馈',
|
|
|
iconCls:'x-fa fa-comment-o',
|
|
|
- handler:function(){
|
|
|
- console.log("意见反馈");
|
|
|
- }
|
|
|
+ handler:'feedbackMsg'
|
|
|
}, {
|
|
|
text: '退出',
|
|
|
iconCls:'x-fa fa-power-off',
|