123456789101112131415161718192021222324 |
- NODE_ENV = 'production'
- VUE_APP_ENV = production
- VUE_APP_API_BASE_URL = https://whc.api.dev.chuangzhikeji.com
- VUE_APP_WEBSOCKET_BASE_URL = wss://whc.socket.dev.chuangzhikeji.com
- VUE_APP_IMAGE_BASE_URL = https://whc.api.dev.chuangzhikeji.com
- VUE_APP_IMAGE_RESOURCE_URL = https://whcoss.chuangzhikeji.com
- VUE_APP_WX_APPID = wxda6414f3c83f2378
- VUE_APP_SALT =
|