2 Star 0 Fork 0

张志胜/YongHuApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.env.development 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
张志胜 提交于 2024-10-31 19:12 +08:00 . Initial commit
# 如需添加更多环境变量,请以 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 = 'wx42bbe857570c5b40'
# 统一接口域名
VITE_APP_BASE_API = 'http://127.0.0.1:8086'
# 图片域名
VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/paveroot/YongHuApp.git
git@gitee.com:paveroot/YongHuApp.git
paveroot
YongHuApp
YongHuApp
master

搜索帮助