1234567891011121314151617 |
- # NODE_ENV = 'development'
- # VITE_SERVE = 'http://10.113.248.3:8445' # 开发阶段服务器地址
- # VITE_MEDIA = 'http://10.113.248.3:8445'
- # VITE_PORT = 8445
- # NODE_ENV = 'test'
- # VITE_SERVE = 'https://jinhong-credit.com:8445' # 开发阶段服务器地址
- # VITE_IMG_URL = 'https://jinhong-credit.com:8445'
- # VITE_MEDIA = 'https://jinhong-credit.com:8445'
- # VITE_PORT = 8445
- NODE_ENV = 'production'
- VITE_SERVE = 'https://jinhong-credit.com:8443' # 开发阶段服务器地址
- VITE_IMG_URL = 'https://jinhong-credit.com:8443'
- VITE_MEDIA = 'https://jinhong-credit.com:8443'
- VITE_PORT = 8443
|