123456789101112131415161718 |
- ###
- # @FilePath: .env.staging
- # @Author: 旭颖
- # @Date: 2022-11-21 11:10:28
- # @LastEditors:
- # @LastEditTime: 2023-03-23 14:54:45
- ###
- # just a flag
- ENV = 'staging'
- # base api
- # VUE_APP_BASE_API = '/stage-api'
- VUE_APP_BASE_API = 'http://api.party.site.ximengnaikang.com'
- # VUE_APP_BASE_API ='http://party.demo.xmnk.cn'
-
|