|
|
@@ -139,7 +139,12 @@ Ext.define('saas.view.main.Main', {
|
|
|
text: '账户中心',
|
|
|
iconCls:'x-fa fa-user-o sa-navicon',
|
|
|
handler:function(){
|
|
|
- window.open(Ext.manifest.server.accountEnterprise,'_blank');
|
|
|
+ var userId = saas.util.BaseUtil.getCurrentUser().id,
|
|
|
+ url = Ext.manifest.server.accountEnterprise;
|
|
|
+ if(userId == '-99999') {
|
|
|
+ url = Ext.manifest.server.accountCenter;
|
|
|
+ }
|
|
|
+ window.open(url, '_blank');
|
|
|
}
|
|
|
},{
|
|
|
text: '意见反馈',
|