Skip to content

Commit 06f4531

Browse files
committed
remove the trailing spaces
1 parent 2368b24 commit 06f4531

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

vue/src/lib/SignalRAspNetCoreHelper.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import AppConsts from './appconst'
22
import 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,

vue/src/lib/appconst.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import 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",

0 commit comments

Comments
 (0)