项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

14 lines
426 B

  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.32:9003/api/"',
  11. // API_WEB:'"http://192.168.5.32:9099/"',
  12. }