evn.setting.js 520 B

12345678910111213
  1. /*
  2. * @Author: tengmingxue 1473375109@qq.com
  3. * @Date: 2022-05-11 19:15:37
  4. * @LastEditors: tengmingxue 1473375109@qq.com
  5. * @LastEditTime: 2024-01-15 15:15:53
  6. * @FilePath: \kxc_web\evn.setting.js
  7. * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. */
  9. const dev = 'dev' // 开发环境
  10. const pro = 'pro' // 生产环境
  11. const staging = 'staging' // 测试环境
  12. export default staging