13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
# Base api
|
|
# Remeber to change this to your production server address
|
|
# Here I used my mock server for this project
|
|
# VUE_APP_BASE_API = 'https://vue-typescript-admin-mock-server.armour.now.sh/mock-api/v1/'
|
|
|
|
NODE_ENV = 'production'
|
|
VUE_APP_NODE_ENV = 'prod'
|
|
VUE_APP_BASE_API = '/api'
|
|
VUE_APP_URL=''
|
|
VUE_APP_SOCKET_URL = ''
|
|
# 删除权限 true/有
|
|
VUE_APP_DELETE_PERMISSIONS = false
|