- const globalData = {
- publicUrl: 'https://sqdx.jiaxintech.com'//测试地址
- // publicUrl: 'https://sqpx.jiaxintech.com',
- // publicUrl:'http://10.16.10.139'
- // publicUrl:'http://10.16.4.19:80'
- // publicUrl:'http://10.16.4.26:80'
- };
- module.exports = {
- globalData: globalData
- }
|