Admin
2022-06-29 18f7885f55c727990346232aeb8f7ca73e9f39e9
1
2
3
4
5
6
7
# 本地环境
ENV = 'development'
 
# 本地环境接口地址
VITE_API_URL = 'http://192.168.0.35:8008'
 
# VITE_API_URL = 'http://192.168.0.8:8008'