global.js 92 B

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