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 1
1
import AppConsts from './appconst'
2
2
import Util from './util'
3
- class SignalRAspNetCoreHelper {
4
- initSignalR ( ) {
3
+ class SignalRAspNetCoreHelper {
4
+ initSignalR ( ) {
5
5
var encryptedAuthToken = Util . abp . utils . getCookieValue ( AppConsts . authorization . encrptedAuthTokenName ) ;
6
-
6
+
7
7
Util . abp . signalr = {
8
8
autoConnect : true ,
9
9
connect : undefined ,
Original file line number Diff line number Diff line change 1
1
import url from './url'
2
- const AppConsts = {
3
- userManagement : {
2
+ const AppConsts = {
3
+ userManagement :{
4
4
defaultAdminUserName : 'admin'
5
5
} ,
6
- localization : {
6
+ localization :{
7
7
defaultLocalizationSourceName : 'AbpProjectName'
8
8
} ,
9
- authorization : {
9
+ authorization :{
10
10
encrptedAuthTokenName : 'enc_auth_token'
11
11
} ,
12
12
appBaseUrl : "http://localhost:8080" ,
You can’t perform that action at this time.
0 commit comments