初始化

This commit is contained in:
qsh
2026-01-26 15:36:37 +08:00
commit b1843402c0
74 changed files with 9132 additions and 0 deletions

19
.env.production Normal file
View File

@@ -0,0 +1,19 @@
# 页面标题
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'