初始化
This commit is contained in:
21
.env.development
Normal file
21
.env.development
Normal file
@@ -0,0 +1,21 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 寻驾
|
||||
|
||||
# 租户id
|
||||
VITE_APP_TENANT_ID = 10001
|
||||
|
||||
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://localhost:8889/'
|
||||
#
|
||||
VITE_WEB_BASE_URL = 'https://xj.ahduima.com'
|
||||
# VITE_WEB_BASE_URL = 'https://xj.ahduima.com'
|
||||
# VITE_APP_BASE_API = 'http://localhost:8889/'
|
||||
# 资源地址
|
||||
VITE_RESOURSE_URL = 'http://huodong.ahduima.com'
|
||||
Reference in New Issue
Block a user