1 Star 0 Fork 15

李萍/compass-ci-web

forked from openEuler/compass-ci-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
鱼子酱 提交于 2023-09-30 20:45 . feat: 通过链接获取数据
/**
* @file api文档入口
* */
module.exports = {
chainWebpack: config => {
config.plugins.delete('prefetch');
},
pwa: {
iconPaths: {
favicon32: null,
favicon16: null,
appleTouchIcon: null,
maskIcon: null,
msTileImage: null
}
},
productionSourceMap: false,
configureWebpack: {
externals: {
'./cptable': 'var cptable'
},
},
devServer: {
proxy: { //配置跨域
'/getJson': {
target: 'https://api.compass-ci.openeuler.org/', //这里后台的地址模拟的;应该填写你们真实的后台接口
changOrigin: true, //允许跨域
pathRewrite: {
'^/getJson': ''
}
},
}
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lipingEmmaSiguyi/compass-ci-web.git
git@gitee.com:lipingEmmaSiguyi/compass-ci-web.git
lipingEmmaSiguyi
compass-ci-web
compass-ci-web
master

搜索帮助