yitisheng-new-web/.env.development

13 lines
255 B
Plaintext

# .env.production 和这个一样
# the APP baseURL
VITE_APP_BASE_URL = 'http://192.168.0.102:8080/jeecg-boot/'
# the token key
VITE_APP_TOKEN_KEY = 'your_token_key'
# the upload url
VITE_UPLOAD_URL = '/'
# app title
VITE_APP_TITLE = '艺体志愿宝'