7 lines
142 B
Bash
7 lines
142 B
Bash
# 环境标识
|
|
ENV = 'production'
|
|
|
|
# 接口地址,如果要放到后端的static目录下,此处不用填任何内容
|
|
VITE_BASE_API = ''
|
|
|