|
|
@@ -76,13 +76,15 @@ Ext.define('saas.view.main.Main', {
|
|
|
cls:'x-main-menu sa-nav-menu',
|
|
|
items: [{
|
|
|
text: '新手导航',
|
|
|
- iconCls:'x-fa fa-comment-o sa-navicon',
|
|
|
+ //fa-comment-o sa-userGuite
|
|
|
+ iconCls:'x-fa sa-navicon fa-comment-o',
|
|
|
handler:function(){
|
|
|
saas.util.BaseUtil.openTab('sys-guide-formpanel','新手导航', 'sys-guide-formpanel-nav');
|
|
|
}
|
|
|
},{
|
|
|
text: '用户手册',
|
|
|
- iconCls:'x-fa fa-address-book-o sa-navicon',
|
|
|
+ //fa-address-book-o sa-userBook
|
|
|
+ iconCls:'x-fa sa-navicon fa-address-book-o',
|
|
|
handler:function(){
|
|
|
window.open('http://www.usoftchina.com','_blank');
|
|
|
}
|
|
|
@@ -94,7 +96,7 @@ Ext.define('saas.view.main.Main', {
|
|
|
}
|
|
|
},{
|
|
|
text: '客服热线',
|
|
|
- iconCls:'x-fa fa-comment-o sa-navicon',
|
|
|
+ iconCls:'x-fa fa-phone-o sa-navicon',
|
|
|
menu:{
|
|
|
cls:'sa-nav-menu',
|
|
|
items:[{
|