vue commit
This commit is contained in:
12
.env.production
Normal file
12
.env.production
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user