这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
476 B

# 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/'
VUE_APP_BASE_API = '/api'
#Signalr
VUE_APP_SIGNALR_SERVER = '/signalr-hubs'
VUE_APP_BASE_IDENTITY_SERVICE = '/api/identity'
VUE_APP_BASE_IDENTITY_SERVER = '/connect'
VUE_APP_TENANT_NAME = ''
VUE_APP_CLIENT_ID = 'vue-admin-element'
VUE_APP_CLIENT_SECRET = '1q2w3e*'