first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
VITE_APP_TITLE=美国外卖
|
||||
VITE_APP_PORT=8091
|
||||
# h5是否需要配置代理
|
||||
VITE_APP_PROXY=false
|
||||
VITE_APP_PROXY_PREFIX=/api
|
||||
# 默认语言
|
||||
VITE_FALLBACK_LOCALE='zh-Hans'
|
||||
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
||||
NODE_ENV=development
|
||||
# 是否去除console 和 debugger
|
||||
VITE_DELETE_CONSOLE=false
|
||||
|
||||
#本地环境
|
||||
#VITE_SERVER_BASEURL=https://howhowfresh.com/prod-api
|
||||
VITE_SERVER_BASEURL=http://192.168.5.23:8889
|
||||
#VITE_SERVER_BASEURL=http://192.168.0.148:8888
|
||||
#VITE_SERVER_BASEURL=http://liuyao.nat100.top/meiguowaimai
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
||||
NODE_ENV=production
|
||||
# 是否去除console 和 debugger
|
||||
VITE_DELETE_CONSOLE=true
|
||||
|
||||
|
||||
#正式环境
|
||||
#VITE_SERVER_BASEURL=http://liuyao.nat100.top/meiguowaimai
|
||||
#VITE_SERVER_BASEURL=https://gosplit.co.nz/apimgwm
|
||||
VITE_SERVER_BASEURL=https://howhowfresh.com/prod-api
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
# 变量必须以 VITE_ 为前缀才能暴露给外部读取
|
||||
NODE_ENV = 'development'
|
||||
# 是否去除console 和 debugger
|
||||
VITE_DELETE_CONSOLE = false
|
||||
|
||||
Reference in New Issue
Block a user