1 Star 2 Fork 4

桐溪漂流 / admin-angular

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.ts 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
/**
* create by yby @ 2021
*/
import selfConfig from './config.self';
// 模拟api的前缀,需要跟mock下面的前缀对应,也可以糅合在一起,自行调整
export const mockPre = 'mockapi';
/**
* 个人高德地图web端key;
* 直接配置这里,上面selfConfig可以注释掉或者去掉
*/
// export const mapGdKey = '';
export const mapGdKey = selfConfig.mapGdKey;
export default {
mockPre,
mapGdKey,
};
1
https://gitee.com/baoyinYang/admin-angular.git
git@gitee.com:baoyinYang/admin-angular.git
baoyinYang
admin-angular
admin-angular
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891