14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
# just a flag
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'http://localhost:70/dev-api'
|
|
# VUE_APP_BASE_API = 'http://localhost:70'
|
|
|
|
# 图片地址
|
|
VUE_APP_IMG_API = 'http://img.shiyit.com/'
|
|
|
|
VUE_APP_ADMIN_API = 'http://www.shiyit.com/admin'
|
|
|
|
VUE_APP_WEBSOCKET_API = 'ws://127.0.0.1:8800/shiyi/websocket'
|