1234567891011121314151617181920212223 |
- NODE_ENV=production
- OUT_PUT_DIR=dist/shinestar-portal
- #VUE_APP_BACKEND_URL=http://wisdomhouse.sudaonline.net
- VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/shinestar-server
- VUE_APP_LOCAL_IP=127.0.0.1
- VUE_APP_LOCAL_BACKEND_URL=http://127.0.0.1:8086/shinestar-server
- #手机企业版
- VUE_APP_COMPANY_HEALTH_WECHAT_QY_URL=http://wisdomhousewechat.sudaonline.net/prevention/motemwall.html
- #手机校园版
- VUE_APP_COMPANY_HEALTH_WECHAT_XY_URL=http://wisdomhousewechat.sudaonline.net/prevention-xxd/motemwall_xxd.html
- #大屏企业版
- VUE_APP_COMPANY_HEALTH_QY_URL=http://wisdomhousewechat.sudaonline.net/prevention/motemwall_pc.html
- #大屏校园版
- VUE_APP_COMPANY_HEALTH_XY_URL=http://wisdomhousewechat.sudaonline.net/prevention-xxd/motemwall_xxd_pc.html
- #打卡点二维码地址
- VUE_APP_PUNCHLOCATION_URL=http://yktwechat.xiaoxinda.com/#/health/codeScene
|