玛尔挡水温监测系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.env.development 380B

123456789101112131415161718
  1. ###
  2. # @Author: ysh
  3. # @Date: 2025-08-19 16:55:09
  4. # @LastEditors:
  5. # @LastEditTime: 2025-08-20 10:30:48
  6. ###
  7. # 开发环境配置
  8. VITE_APP_ENV = 'development'
  9. # 页面标题
  10. VITE_APP_TITLE = 国能青海黄河玛尔挡水电站水温监测系统
  11. # 开发环境前缀
  12. VITE_APP_BASE_API = '/dev-api'
  13. # 应用访问路径 例如使用前缀 /admin/
  14. VITE_APP_CONTEXT_PATH = '/'