项目原始demo,不改动
25개 이상의 토픽을 선택하실 수 없습니다. 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.
 
 
 
 

16 lines
498 B

  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. // OFFICE_WEB:'"https://office.tszcloud.com"'
  5. // API_HOST:'"https://api.tszcloud.com/api/"',
  6. // OFFICE_WEB:'"https://office.tszcloud.com"',
  7. // API_HOST: '"https://bapi.tszcloud.com/api/"',
  8. IS_CLIENT: false,
  9. OFFICE_WEB: '"http://10.240.10.239:9003"', // 工大Office服务地址
  10. API_HOST:'"http://10.240.5.189:9003/api/"', // 王静内网
  11. // API_HOST:'"http://192.168.5.32:9003/api/"', // xzx内网
  12. }