Newer
Older
eryuan_iris_temperature_front / config / prod.env.js
dutingting on 18 Apr 2023 317 bytes 门禁授权、门禁列表分页问题修复
'use strict'
module.exports = {
  NODE_ENV: '"production"',
  // BASE_API: '"http://111.198.10.15:11638"'
  // BASE_API: '"http://192.168.8.105:20005"'
  // BASE_API: '"http://127.0.0.1:20005"'
  // BASE_API: '"http://192.168.83.33:20005"' // 颖捷本地
  BASE_API: '"http://192.168.21.54:20005"' // 可鑫本地
}