10 lines
345 B
Plaintext
10 lines
345 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:uat'
|
|
VUE_APP_BASE_API = '/api'
|
|
# 删除权限 true/有
|
|
VUE_APP_DELETE_PERMISSIONS = true |