17 lines
373 B
Plaintext
17 lines
373 B
Plaintext
# 页面标题
|
|
VITE_APP_TITLE = 寻驾
|
|
|
|
# 租户id
|
|
VITE_APP_TENANT_ID = 10001
|
|
# instance id
|
|
VITE_APP_INSTANCE_ID = 1033
|
|
|
|
VITE_APP_PHONE = 18056811878
|
|
|
|
# 开发环境配置
|
|
VITE_APP_ENV = 'development'
|
|
|
|
# 寻驾/开发环境
|
|
VITE_APP_BASE_API = 'https://cloud.ahduima.com'
|
|
# VITE_APP_BASE_API = 'https://xj.ahduima.com'
|
|
# VITE_APP_BASE_API = 'http://192.168.31.223:48080' |