19 lines
385 B
Plaintext
19 lines
385 B
Plaintext
# 页面标题
|
|
VITE_APP_TITLE = 寻驾
|
|
# 租户id
|
|
VITE_APP_TENANT_ID = 10001
|
|
|
|
VITE_APP_PHONE = 18056811878
|
|
|
|
# 开发环境配置
|
|
VITE_APP_ENV = 'production'
|
|
|
|
#开发环境
|
|
# VITE_APP_BASE_API = 'https://xj.ahduima.com/'
|
|
VITE_APP_BASE_API = 'https://cloud.ahduima.com/'
|
|
|
|
#
|
|
VITE_WEB_BASE_URL = 'https://xj.ahduima.com'
|
|
|
|
# 资源地址
|
|
VITE_RESOURSE_URL = 'http://huodong.ahduima.com' |