util.js 231 B

123456789
  1. const globalData = {
  2. publicUrl: 'https://sqpx.jiaxintech.com',
  3. // publicUrl:'http://10.16.10.139'
  4. // publicUrl:'http://10.16.4.19:80'
  5. // publicUrl:'http://10.16.4.26:8090'
  6. };
  7. module.exports = {
  8. globalData: globalData
  9. }