13 lines
305 B
Plaintext
13 lines
305 B
Plaintext
# .env.production 和这个一样
|
|
# the APP baseURL
|
|
# VITE_APP_BASE_URL = 'http://127.0.0.1:8080/jeecg-boot/'
|
|
VITE_APP_BASE_URL = 'https://www.yitisheng.vip/jbt/'
|
|
# the token key
|
|
VITE_APP_TOKEN_KEY = 'your_token_key'
|
|
|
|
# the upload url
|
|
VITE_UPLOAD_URL = '/'
|
|
|
|
# app title
|
|
VITE_APP_TITLE = '艺体志愿宝'
|