prod.env.js 192 B

123456
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. // BASE_API: '"https://open-appsp.anji-plus.com/sp"' // 生成环境
  5. BASE_API: '"https://flowbb.top:6001/sp"', //开发环境
  6. }