- # 开发环境
- NODE_ENV=development
- VUE_APP_ENV='dev'
- # 页面 title
- VUE_APP_TITLE=易趣水果
- # socket 系统长连接地址
- # VUE_APP_WS_ADMIN_URL='ws://afsajg.yiqucbb.cn/ws'
- VUE_APP_WS_ADMIN_URL='ws://shop.yiqucguoyuan.com/ws'
- # 接口请求地址
- # VUE_APP_API_URL='http://afsajg.yiqucbb.cn/adminapi'
- VUE_APP_API_URL='https://shop.yiqucguoyuan.com/adminapi'
|