提交
This commit is contained in:
28
pxdj-front-h5/.env.development
Normal file
28
pxdj-front-h5/.env.development
Normal file
@@ -0,0 +1,28 @@
|
||||
# 如需添加更多环境变量,请以 VITE_APP_ 开头声明
|
||||
# 在代码中使用 import.meta.env.VITE_APP_XXX 获取指定变量
|
||||
|
||||
# 环境配置标识
|
||||
VITE_APP_ENV = 'development'
|
||||
|
||||
# 微信公众号appid
|
||||
# 注意此处为微信 公众号appid,不是小程序appid
|
||||
# 小程序appid在 manifest.json 文件的 mp-weixin.appid 字段中配置
|
||||
VITE_APP_MP_APPID = 'wx6c611942c5fbf47e'
|
||||
|
||||
# 统一接口域名
|
||||
# VITE_APP_BASE_API = 'https://ygyx.tashowz.com'
|
||||
# VITE_APP_BASE_API = 'http://192.168.1.89:8086'
|
||||
|
||||
#VITE_APP_BASE_API = 'http://192.168.1.114:8086'
|
||||
|
||||
# VITE_APP_BASE_API = 'http://114.132.54.150'
|
||||
|
||||
# VITE_APP_BASE_API = 'http://192.168.1.89:8086'
|
||||
|
||||
#VITE_APP_BASE_API = 'https://api.pxdj2025.com'
|
||||
|
||||
VITE_APP_BASE_API = 'http://127.0.0.1:8086'
|
||||
|
||||
|
||||
# 图片域名
|
||||
VITE_APP_RESOURCES_URL = 'http://qiniu.pxdj.tashowz.com/'
|
||||
Reference in New Issue
Block a user