util.js 189 B

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