5 lines
103 B
Bash
5 lines
103 B
Bash
# 接口前缀
|
|
VITE_BASE_API = '/cApi'
|
|
|
|
# 后端真实地址
|
|
VITE_SERVER_URL = 'http://127.0.0.1:31001' |