4 Star 5 Fork 8

暖暖的阳光 / ai-code-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
proxy.conf.js 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
gaojie 提交于 2020-03-06 11:10 . 更新框架表格展示
const zyg = 'http://47.112.245.144:'; //张阳光
/**
* 配置代理
* @type {[null,null]}
*/
const PROXY_CONFIG = [
{
context: [
'/project',//项目管理控制器
'/login',//登录注册
'/framework',//框架技术控制器
'/displayAttribute',//数据/属性展示方式
"/relationship", //数据关系
"/displayAttribute", //字段属性
"/logs",
"/res",
],
target: zyg + "8080", //拦截 context配置路径,经过此地址
secure: false
},
];
module.exports = PROXY_CONFIG;
TypeScript
1
https://gitee.com/helixin/ai-code-frontend.git
git@gitee.com:helixin/ai-code-frontend.git
helixin
ai-code-frontend
ai-code-frontend
dev

搜索帮助