16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
|
# 页面标题
|
||
|
VITE_APP_TITLE = 'aaaa'
|
||
|
|
||
|
# 开发环境配置
|
||
|
VITE_APP_ENV = 'development'
|
||
|
|
||
|
# 若依管理系统/开发环境
|
||
|
VITE_APP_BASE_API = '/api'
|
||
|
|
||
|
# local dev
|
||
|
VITE_APP_LOCAL_PORT = '8087'
|
||
|
|
||
|
# server info
|
||
|
VITE_APP_SERVER_HOST = 'http://200.12.111.111'
|
||
|
VITE_APP_SERVER_PORT = '80'
|