6 lines
295 B
Bash
6 lines
295 B
Bash
VUE_APP_BASE=/ #打包路径 VUE_APP_ 开头的变量会被 webpack.DefinePlugin 静态嵌入到客户端侧的包中。你可以在应用的代码中这样访问它们
|
|
# VITE_API_URL=https://steamcloud.shhuanmeng.com
|
|
VITE_API_URL=http://192.168.1.23:91
|
|
VITE_EXTAPI_URL=http://192.168.1.23:83
|
|
|