1 Star 2 Fork 28

wkl505997900/QARobot

forked from openEuler/QARobot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
wkl505997900 提交于 2023-10-24 19:54 . update
module.exports = {
devServer: {
proxy: {
'/oneid': {
target: 'https://omapi.test.osinfra.cn',
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
},
'/hcstream': {
target: 'https://modelapi.osinfra.cn',
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
},
'/issues': {
target: 'https://ipb.osinfra.cn',
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
},
'/qabot/': {
target: 'https://dsapi.osinfra.cn/query',
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
},
'/chatCompletionStream': {
target: 'https://chatbot-backend.mlops.pub',
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
},
'/auth': {
target: 'https://chatbot-backend.mlops.pub',
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
},
'/search': {
target: 'https://doc-search.openeuler.org',
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
},
'/api': {
target: 'https://ic-openlabs.huawei.com/chat',
changeOrigin: true,
pathRewrite: {
'^/api': '/'
}
},
}
},
pwa: {
iconPaths: {
favicon32: 'favicon.ico',
favicon16: 'favicon.ico',
appleTouchIcon: 'favicon.ico',
maskIcon: 'favicon.ico',
msTileImage: 'favicon.ico'
}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wkl505997900/QARobot.git
[email protected]:wkl505997900/QARobot.git
wkl505997900
QARobot
QARobot
master

搜索帮助