- ###
- # @FilePath: .env.production
- # @Author: 旭颖
- # @Date: 2023-04-03 10:38:35
- # @LastEditors: Please set LastEditors
- # @LastEditTime: 2023-06-29 09:24:30
- ###
- # 生产环境,VUE_APP_BASE_URL可以选择自己配置成需要的接口地址,如"https://api.xxx.com"
- # 此文件修改后需要重启项目
- VUE_APP_OUTPUT=production
- NODE_ENV=production
- # VUE_APP_BASE_URL='http://zhumadian.site.xmnk.cn/admin'
- VUE_APP_BASE_URL='https://template.site.xmnk.cc/pap'
- VUE_APP_FILE_URL='https://template.site.xmnk.cc'
- # VUE_APP_BASE_URL='/vab-mock-server'
|