Newer
Older
ProductionSysFront / config / prod.env.js
dutingting on 16 May 2023 539 bytes 新增项目管理页面
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://119.254.103.80:14537"',
  // BASE_API: '"http://192.168.8.201:8083"'
  // BASE_API: '"http://139.198.17.115:50008"'
  BASE_API: '"http://139.198.18.188:8083"'
  // BASE_API: '"http://localhost:8083"'
  // BASE_API: '"http://111.198.10.15:11604"'
  // BASE_API: '"http://192.168.8.108:8083"'
  // BASE_API: '"https://smartlog.work/prodapi4test"'
  // BASE_API: '"http://111.198.10.15:21405"'
  // BASE_API: '"https://logapi.smartlog.work/"' // 小程序
}