Skip to content

Commit 1a87309

Browse files
author
v_boweicai(蔡博伟)
committed
chore: 删除敏感信息
1 parent 41f3281 commit 1a87309

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

web/public/config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* 知识库URL
3-
* kn.dss.weoa.com 测试
4-
* kn.dss.webank.com 生产
5-
*/
61
window.knowledgeLibraryUrl = [#knowledgeLibraryUrl]
72
// 是否允许上传、配置、arge参数编辑 true 测试 false 生产
83
window.enableUpload = [#enableUpload]

web/vue.config.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,5 @@ module.exports = {
122122
devServer: {
123123
host: 'localhost',
124124
port: 8080,
125-
proxy: {
126-
'/api': {
127-
target: 'http://sit.dss.bdp.weoa.com',
128-
// target: 'http://10.107.97.166:9188',
129-
// target: 'http://172.24.2.230:9400',
130-
// target: 'http://10.107.119.46:8088',
131-
changeOrigin: true,
132-
pathRewrite: {
133-
//'^/api': '/mock/15/api'
134-
'^/api': '/api',
135-
}
136-
}
137-
}
138125
}
139126
}

0 commit comments

Comments
 (0)