8 lines
262 B
Bash
8 lines
262 B
Bash
NODE_ENV=production
|
|
VUE_APP_PREVIEW=false
|
|
VUE_APP_API_BASE_URL=http://yishi.com
|
|
VUE_APP_WWW_BASE_URL=http://yishi.com
|
|
VUE_APP_WEB_SOCKET_URL=ws://yishi.com:2348
|
|
VUE_APP_WEBSITE_NAME="管理后台"
|
|
VUE_APP_TITLE=医师管理系统
|
|
VUE_APP_API_URL=http://yishi.com |