12345678910111213141516171819 |
- ###
- # @FilePath: .env.production
- # @Author: 旭颖
- # @Date: 2023-08-29 12:02:00
- # @LastEditors: Please set LastEditors
- # @LastEditTime: 2023-08-30 10:50:07
- ###
- // .env.production
- # 生产环境-希梦耐康服务器
- ENV = 'production'
- # 打包文件名
- VUE_APP_OUTPUT = 'production'
- VUE_APP_API_URL='https://ssa.xmnk.cn/api'
- VUE_APP_FILE_URL='https://ssa.xmnk.cn/api'
|