2 Star 42 Fork 18

ouyangyiguang / 同城本地生活O2O社区电商邻里跑腿任务

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
env.js 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2021-09-03 14:36 . no message
// .env.js 文件
// 不同环境访问不同的路径
// import store from '@/common/store/index'
//登录接口
const ENV_LOGIN_URL = {
development: 'http://127.0.0.1:7777/index.php/', //开发环境
production: 'http://127.0.0.1:7777/index.php/', //生产环境
}
//项目接口
// const ENV_API_URL = {
// development: 'http://127.0.0.1:7777/index.php/', //开发环境
// production: '', //生产环境
// }
const ENV_API_URL = {
development: 'https://i.yodin.com/index.php/', //开发环境
production: '', //生产环境
}
//图片上传
const IMG_UPLOAD_URL ='http://cdn.nccnt.com/';
//高德地图
const GAODE_URL ='https://restapi.amap.com/';
// process.env.NODE_ENV
export const LOGIN_URL = ENV_LOGIN_URL['development']; //后台根域名
export const API_URL = ENV_API_URL['development']; //后台接口域名
export const SOCKET_URL="ws://ws.yodin.com:2348";
export const MAPKEY="D5BBZ-HCPC3-L3737-3PZ4P-NYXBK-RKBCL";
export const MAP_URL = GAODE_URL; //地图接口
export const IMG_URL = IMG_UPLOAD_URL; //图片上传接口
1
https://gitee.com/ouyangyiguang/linlin.git
git@gitee.com:ouyangyiguang/linlin.git
ouyangyiguang
linlin
同城本地生活O2O社区电商邻里跑腿任务
master

搜索帮助