.env.production 599 B

1234567891011121314151617
  1. ###
  2. # @Author: 王大坤 160484192@qq.com
  3. # @Date: 2023-11-10 15:09:50
  4. # @LastEditors: 王大坤 160484192@qq.com
  5. # @LastEditTime: 2024-02-29 14:39:50
  6. # @FilePath: /seoadmin/.env.production
  7. # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. ###
  9. # just a flag
  10. ENV = 'production'
  11. # base api
  12. VUE_APP_PID = '3409'
  13. VUE_APP_BASE_API = 'https://t5.scxxq.cn/index.php/'
  14. VUE_APP_BASE_UPLOAD_API = 'https://file.cdh5.cn/index.php?s='
  15. VUE_APP_BASE_IMG_URL = 'https://img.cdh5.cn/'