Browse Source

fix: remove ip string blank space

hi-cactus! 3 năm trước cách đây
mục cha
commit
37ca8ef831
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/constants/constants.ts

+ 1 - 1
src/constants/constants.ts

@@ -5,7 +5,7 @@ export const BaseReg = /^\+\+\+\+[\.]+|[\d|\w|\s|\u4e00-\u9fa5]+\+\+\+\+$/;
 export const DA_HUA = {
   username: 'huashe1',
   password: 'huashe123',
-  ip: '10.55.134.3 ',
+  ip: '10.55.134.3',
   host: 'http',
   port: '8314',
 };