excel.env.js 80 B

1234
  1. const excelUrl = {
  2. dev: 'http://192.168.2.124:7777'
  3. }
  4. export default excelUrl;