wenhongquan il y a 3 ans
Parent
commit
45ff8b8122
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/constants/constants.ts

+ 2 - 2
src/constants/constants.ts

@@ -1,6 +1,6 @@
 export const BaseMediaUrl =
-  // 'http://61.147.254.211:30876/YJZH-SQ/api/common/download/resource?resource=';
-  'http://sqpcbg.xt.wenhq.top:8083/api/common/download/resource?resource=';
+  'http://61.147.254.211:30876/YJZH-SQ/api/common/download/resource?resource=';
+  // 'http://sqpcbg.xt.wenhq.top:8083/api/common/download/resource?resource=';
 export const BaseLoginUrl = 'http://61.147.254.211:9999/home/#/login';
 export const BaseReg = /^\+\+\+\+[\.]+|[\d|\w|\s|\u4e00-\u9fa5]+\+\+\+\+$/;