You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

prod.env.js 429 B

12345678910111213
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. // API_HOST:'"https://api.tszcloud.com/api/"',
  5. // API_WEB:'"https://tszcloud.com/"',
  6. // OFFICE_WEB:'"https://office.tszcloud.com"'
  7. API_HOST: '"https://bapi.tszcloud.com/api/"',
  8. API_WEB: '"https://beta.tszcloud.com/"',
  9. OFFICE_WEB: '"https://office.tszcloud.com"'
  10. //API_HOST:'"http://192.168.5.25:9003/api/"',
  11. // API_WEB:'"http://192.168.5.25:9099/"',
  12. }