lcw
This commit is contained in:
@ -62,22 +62,23 @@ module.exports = {
|
||||
"/chat": {
|
||||
target: 'https://api.deepseek.com/',
|
||||
changeOrigin: true,
|
||||
logLevel: "debug",
|
||||
logLevel: "debug"
|
||||
},
|
||||
"/bpm": {
|
||||
target: "http://192.168.0.101:32001",
|
||||
changeOrigin: true,
|
||||
logLevel: "debug",
|
||||
logLevel: "debug"
|
||||
},
|
||||
"/flowApproval": {
|
||||
target: "http://192.168.0.101:32001",
|
||||
changeOrigin: true,
|
||||
logLevel: "debug",
|
||||
}, "/orgOrganization": {
|
||||
logLevel: "debug"
|
||||
},
|
||||
"/orgOrganization": {
|
||||
target: "http://192.168.0.101:32001",
|
||||
changeOrigin: true,
|
||||
logLevel: "debug",
|
||||
},
|
||||
logLevel: "debug"
|
||||
}
|
||||
}
|
||||
},
|
||||
// resolve: {
|
||||
|
||||
Reference in New Issue
Block a user