3 Star 3 Fork 1

SunSeaGear/文鳐-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.env.js 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
SunSeaGear 提交于 2023-08-25 16:43 +08:00 . 更新依赖版本
const development = {
env: 'development',
VITE_APP_BASE_API: 'http://www.sunseagear.com/wind-vue',
VITE_APP_BASE_WEBSOCKET: 'ws://www.sunseagear.com/wind-vue'
};
const production = {
env: 'production',
VITE_APP_BASE_API: 'http://localhost:8082',
VITE_APP_BASE_WEBSOCKET: 'http://localhost:8082'
};
export default {
development,
production
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/sunseagear/wenyao-uniapp.git
git@gitee.com:sunseagear/wenyao-uniapp.git
sunseagear
wenyao-uniapp
文鳐-uniapp
master

搜索帮助