7 Star 59 Fork 23

魔王 / ymcity同城信息小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
env.js 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
魔王 提交于 2021-09-02 19:58 . VIP等级功能上线
const ENV_BASE_URL = {
development: 'https://demo.ybym.top/', //开发环境
production: 'https://demo.ybym.top/', //生产环境
}
export const API_URL = ENV_BASE_URL[process.env.NODE_ENV || 'development'];
export const APP_NAME = 'ymCity'; //应用名
export const APP_MOBILE = '15378271942'; //客服电话
1
https://gitee.com/zht131/ymcity.git
git@gitee.com:zht131/ymcity.git
zht131
ymcity
ymcity同城信息小程序
master

搜索帮助