zs
2025-06-04 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# 请复制此文件并命名为 `.env.development.local`
# 个人开发请在 `.env.development.local` 文件上改动
#
 
# 本地环境
ENV = 'development'
 
VITE_APP_TITLE= CMS
 
VITE_APP_NAMESPACE= 'cs'
 
# VITE_API_URL = 'http://192.168.2.13:18000'
VITE_API_URL = 'http://localhost:18000'
 
VITE_PROJECT_API_URL='http://127.0.0.1:8802'