File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11import AppConsts from './appconst'
22import Util from './util'
3- class SignalRAspNetCoreHelper {
4- initSignalR ( ) {
3+ class SignalRAspNetCoreHelper {
4+ initSignalR ( ) {
55 var encryptedAuthToken = Util . abp . utils . getCookieValue ( AppConsts . authorization . encrptedAuthTokenName ) ;
6-
6+
77 Util . abp . signalr = {
88 autoConnect : true ,
99 connect : undefined ,
Original file line number Diff line number Diff line change 11import url from './url'
2- const AppConsts = {
3- userManagement : {
2+ const AppConsts = {
3+ userManagement :{
44 defaultAdminUserName : 'admin'
55 } ,
6- localization : {
6+ localization :{
77 defaultLocalizationSourceName : 'AbpProjectName'
88 } ,
9- authorization : {
9+ authorization :{
1010 encrptedAuthTokenName : 'enc_auth_token'
1111 } ,
1212 appBaseUrl : "http://localhost:8080" ,
You can’t perform that action at this time.
0 commit comments