1 Star 0 Fork 7

阿水/yunxiaohui

forked from 蛋白熙/yunxiaohui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.js 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
蛋白熙 提交于 2023-06-03 15:10 . feat:新增首页功能
let env = "develop"
// 防止我们在上传代码的时候,没有将env改成production
const envVersion = wx.getAccountInfoSync().miniProgram.envVersion
if (envVersion === "release" && env !== "production") {
env = "production"
}
export default {
env,
baseUrl: {
develop: 'http://localhost:3000',
production: 'http://api.xxx.com',
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/A3426727477/yunxiaohui.git
[email protected]:A3426727477/yunxiaohui.git
A3426727477
yunxiaohui
yunxiaohui
main

搜索帮助