123456789101112131415161718192021222324 |
- NODE_ENV = 'production'
- VUE_APP_ENV = develop
- VUE_APP_API_BASE_URL = https://whcapi.chuangzhikeji.com
- VUE_APP_WEBSOCKET_BASE_URL = wss://whcsocket.chuangzhikeji.com
- VUE_APP_IMAGE_BASE_URL = https://whcapi.chuangzhikeji.com
- VUE_APP_IMAGE_RESOURCE_URL = https://whcoss.chuangzhikeji.com
- VUE_APP_WX_APPID = wx83192c5ed4977f37
- VUE_APP_SALT =
|