We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f3281 commit 1a87309Copy full SHA for 1a87309
web/public/config.js
@@ -1,8 +1,3 @@
1
-/**
2
- * 知识库URL
3
- * kn.dss.weoa.com 测试
4
- * kn.dss.webank.com 生产
5
- */
6
window.knowledgeLibraryUrl = [#knowledgeLibraryUrl]
7
// 是否允许上传、配置、arge参数编辑 true 测试 false 生产
8
window.enableUpload = [#enableUpload]
web/vue.config.js
@@ -122,18 +122,5 @@ module.exports = {
122
devServer: {
123
host: 'localhost',
124
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
138
}
139
0 commit comments