|
|
@@ -78,15 +78,13 @@ Ext.define('saas.view.main.Main', {
|
|
|
cls:'x-main-menu sa-nav-menu',
|
|
|
items: [{
|
|
|
text: '新手导航',
|
|
|
- //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: '用户手册',
|
|
|
hidden:true,
|
|
|
- //fa-address-book-o sa-userBook
|
|
|
iconCls:'x-fa sa-navicon fa-address-book-o',
|
|
|
handler:function(){
|
|
|
window.open('http://www.usoftchina.com','_blank');
|
|
|
@@ -97,7 +95,7 @@ Ext.define('saas.view.main.Main', {
|
|
|
handler:function(){
|
|
|
window.open('http://www.usoftchina.com','_blank');
|
|
|
}
|
|
|
- },{
|
|
|
+ } */,{
|
|
|
text: '客服热线',
|
|
|
iconCls:'x-fa fa-phone sa-navicon',
|
|
|
menu:{
|
|
|
@@ -141,7 +139,7 @@ Ext.define('saas.view.main.Main', {
|
|
|
text: '账户中心',
|
|
|
iconCls:'x-fa fa-user-o sa-navicon',
|
|
|
handler:function(){
|
|
|
- window.open(Ext.manifest.server.accountCenter,'_blank');
|
|
|
+ window.open(Ext.manifest.server.accountEnterprise,'_blank');
|
|
|
}
|
|
|
},{
|
|
|
text: '意见反馈',
|