const.ts 145 B

12345
  1. export const GLOBALBASE : any = {
  2. 'path':'http://47.100.62.84/',
  3. // true 表示本地H5调试,上线之后要改成false
  4. 'h5':true
  5. };