9 lines
191 B
Bash
9 lines
191 B
Bash
# 全局 API 地址
|
|
# VITE_GLOBAL_API="http://localhost:6688"
|
|
VITE_GLOBAL_API="https://api-hot.efefee.cn"
|
|
|
|
# ICP 备案号
|
|
VITE_ICP = "豫ICP备2022018134号-1"
|
|
|
|
# 全局目录
|
|
VITE_DIR = "/" |