global.js 92 B

1
  1. var env = {dev: 'http://localhost:8096/',prod: 'http://localhost:8096/'};export default env;