admin-config-test.js 231 B

12345678
  1. const AF_ADMIN_CONFIG = {
  2. APP_ENV: 'test',
  3. APP_API_URL: 'http://192.168.6.166',
  4. REQUEST_MID: 'http://192.168.2.201:40010/api',
  5. MAINTAIN_URL: 'https://maintain-pc.purmtoken.com'
  6. };
  7. window.AF_ADMIN_CONFIG = AF_ADMIN_CONFIG;